summaryrefslogtreecommitdiff
path: root/docs/internals
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2015-08-17 09:34:50 -0400
committerTim Graham <timograham@gmail.com>2015-09-23 19:31:09 -0400
commit04ee4059d71dbc6aa029907e251360eaf00e11bb (patch)
treed675a92c2f0beec5e3904c7b02e415d91d8e5c10 /docs/internals
parent3af9b70028487be81c4f6ca65ca0d1f2be337e4f (diff)
Refs #24022 -- Removed the ssi tag per deprecation timeline.
Diffstat (limited to 'docs/internals')
-rw-r--r--docs/internals/deprecation.txt8
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/internals/deprecation.txt b/docs/internals/deprecation.txt
index 8b9ab3254c..10bced6dea 100644
--- a/docs/internals/deprecation.txt
+++ b/docs/internals/deprecation.txt
@@ -691,10 +691,10 @@ details on these changes.
handling. (This is faster than the usual deprecation path; see the
:doc:`Django 1.4 release notes</releases/1.4>`.)
-* 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. In 1.4, this behavior is provided by a version of the tag
- in the ``future`` template tag library.
+* The ``url`` and ``ssi`` template tags will be modified so that the first
+ argument to each tag is a template variable, not an implied string. In 1.4,
+ this behavior is provided by a version of the tag in the ``future`` template
+ tag library.
* The ``reset`` and ``sqlreset`` management commands will be removed.