From 723f995658c4c661a1a2660af48097f1a7dd88ad Mon Sep 17 00:00:00 2001 From: Ramiro Morales Date: Wed, 25 Jan 2012 14:33:15 +0000 Subject: [PATCH] [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 --- docs/internals/deprecation.txt | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/internals/deprecation.txt b/docs/internals/deprecation.txt index 3f0f998b4a..ca29d15dcc 100644 --- a/docs/internals/deprecation.txt +++ b/docs/internals/deprecation.txt @@ -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