diff options
| author | Russell Keith-Magee <russell@keith-magee.com> | 2010-11-20 06:22:28 +0000 |
|---|---|---|
| committer | Russell Keith-Magee <russell@keith-magee.com> | 2010-11-20 06:22:28 +0000 |
| commit | 7ff5580d95f6bb40f12a0b90f51570e23b014a2d (patch) | |
| tree | e199283d9ed599f552abfb9f7fefaea551b7b3b5 /docs/internals | |
| parent | 591ad8afbf7a2b32825e81866f387d4eb1938a4e (diff) | |
Fixed #14389, #9666 -- Started the migration path to make the first argument to url and ssi template tags syntactically consistent with other tags. Thanks to Sean Brant for the draft patch.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@14643 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs/internals')
| -rw-r--r-- | docs/internals/deprecation.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/internals/deprecation.txt b/docs/internals/deprecation.txt index 1065f8e97d..1f5758c877 100644 --- a/docs/internals/deprecation.txt +++ b/docs/internals/deprecation.txt @@ -131,6 +131,11 @@ their deprecation, as per the :ref:`Django deprecation policy been deprecated in favor of the :class:`~django.contrib.staticfiles.handlers.StaticFilesHandler`. + * The :ttag:`url` and :ttag:`ssi` template tags will be + modified so that the first argument to each tag is a + template variable, not an implied string. The new-style + behavior is provided in the ``future`` template tag library. + * 2.0 * ``django.views.defaults.shortcut()``. This function has been moved to ``django.contrib.contenttypes.views.shortcut()`` as part of the |
