[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.

git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.3.X@17395 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
Ramiro Morales 2012-01-25 14:33:15 +00:00
parent 0d7431774f
commit 723f995658
1 changed files with 6 additions and 0 deletions

View File

@ -177,6 +177,12 @@ their deprecation, as per the :ref:`Django deprecation policy
required to end with a trailing slash to ensure there is a consistent
way to combine paths in templates.
* Translations located under the so-called *project path* will be
ignored during the translation building process performed at runtime.
The :setting:`LOCALE_PATHS` setting can be used for the same task by
including the filesystem path to a ``locale`` directory containing
non-app-specific translations in its value.
* 2.0
* ``django.views.defaults.shortcut()``. This function has been moved
to ``django.contrib.contenttypes.views.shortcut()`` as part of the