Opened 13 years ago

Closed 13 years ago

Last modified 13 years ago

#17588 closed Bug (fixed)

Note deprecation of the project level locales in the docs

Reported by: Jannis Leidel Owned by: nobody
Component: Documentation Version: 1.3
Severity: Normal Keywords:
Cc: Triage Stage: Unreviewed
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

We've started to deprecate the project level locales in 1.3 but forgot to add it to the deprecation docs; the warning is already a DeprecationWarning so we better add it soon: https://code.djangoproject.com/browser/django/trunk/django/utils/translation/__init__.py#L52

Change History (2)

comment:1 by Ramiro Morales, 13 years ago

Resolution: fixed
Status: newclosed

In [17394]:

Added note about deprecation of project-level translations to the deprecation timeline document.

Thanks Jannis for the report. Fixes #17588.

comment:2 by Ramiro Morales, 13 years ago

In [17395]:

[1.3.X] Added note about deprecation of project-level translations to the deprecation timeline document.

Thanks Jannis for the report. Fixes #17588.

Backport of [17394] from trunk.

Note: See TracTickets for help on using tickets.
Back to Top