diff options
| author | Claude Paroz <claude@2xlibre.net> | 2012-04-24 19:55:52 +0000 |
|---|---|---|
| committer | Claude Paroz <claude@2xlibre.net> | 2012-04-24 19:55:52 +0000 |
| commit | eb351ac9cba2d6b2750aecb4353ba482d6dca87f (patch) | |
| tree | bc36b15509d9d3066d6d91412be9d27c47719226 /docs/internals | |
| parent | c4e62eff9074bedb5f2242b46625c35721502989 (diff) | |
Fixed #18037 -- Changed behaviour of url and ssi template tags to the new syntax, as per official deprecation timeline. Thanks Ramiro Morales and Jannis Leidel for the review.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@17934 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs/internals')
| -rw-r--r-- | docs/internals/deprecation.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/internals/deprecation.txt b/docs/internals/deprecation.txt index 66791e65db..e54adf0505 100644 --- a/docs/internals/deprecation.txt +++ b/docs/internals/deprecation.txt @@ -279,3 +279,6 @@ these changes. goal of removing all ``django.contrib`` references from the core Django codebase. The old shortcut will be removed in the 2.0 release. + +* ``ssi`` and ``url`` template tags will be removed from the ``future`` template + tag library (used during the 1.3/1.4 deprecation period). |
