summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorPreston Holmes <preston@ptone.com>2012-10-25 12:02:22 -0700
committerPreston Holmes <preston@ptone.com>2012-10-25 12:03:01 -0700
commite8b258895adec3d892ada30722517976b298e420 (patch)
tree7fd3c7f49b38b47ace503149f426e921c465fa51 /docs
parent137fdbeebd83e50d8c24c0b6be091e7d7088ef9a (diff)
Tweaked tense of URL tag changes for clarity
Diffstat (limited to 'docs')
-rw-r--r--docs/internals/deprecation.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/internals/deprecation.txt b/docs/internals/deprecation.txt
index 014ea05a51..10bbfe1a91 100644
--- a/docs/internals/deprecation.txt
+++ b/docs/internals/deprecation.txt
@@ -141,9 +141,9 @@ these changes.
: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. Until then, the new-style
- behavior is provided in the ``future`` template tag library.
+ 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 :djadmin:`reset` and :djadmin:`sqlreset` management commands
will be removed.