Commit 723f9956 authored by Ramiro Morales's avatar Ramiro Morales
Browse files

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

[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
parent 0d743177
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -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