summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorChris Beaven <smileychris@gmail.com>2010-10-15 00:41:37 +0000
committerChris Beaven <smileychris@gmail.com>2010-10-15 00:41:37 +0000
commitdfcb814a877d9c5fdf67cc0ddc8d96b4f7c1d2db (patch)
treea97a6bec078336767e8aa16b969b4c7834ed77ca /docs
parent45c7f427ce830dd1b2f636fb9c244fda9201cadb (diff)
Fix the version which the safe argument for the urlencode filter was added. Thanks eternicode for pointing this out.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@14219 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs')
-rw-r--r--docs/ref/templates/builtins.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ref/templates/builtins.txt b/docs/ref/templates/builtins.txt
index c0ae8cf36d..70f0ffd0d1 100644
--- a/docs/ref/templates/builtins.txt
+++ b/docs/ref/templates/builtins.txt
@@ -1970,7 +1970,7 @@ For example::
If ``value`` is ``"http://www.example.org/foo?a=b&c=d"``, the output will be
``"http%3A//www.example.org/foo%3Fa%3Db%26c%3Dd"``.
-.. versionadded:: 1.1
+.. versionadded:: 1.3
An optional argument containing the characters which should not be escaped can
be provided.