summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorChris Beaven <smileychris@gmail.com>2010-10-21 21:21:43 +0000
committerChris Beaven <smileychris@gmail.com>2010-10-21 21:21:43 +0000
commit7f404e26289e4676478f9096a61b7bc2cf56cdf2 (patch)
tree5c7b0578931e5ce11c2feac313c167b86e4128b1 /docs
parent0df4c1c411db33bd5785cf29486320287b206c59 (diff)
[1.2.X] Revert [13850], this was a new feature not a bugfix.
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@14316 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs')
-rw-r--r--docs/ref/templates/builtins.txt13
1 files changed, 0 insertions, 13 deletions
diff --git a/docs/ref/templates/builtins.txt b/docs/ref/templates/builtins.txt
index c0ae8cf36d..c40d71a322 100644
--- a/docs/ref/templates/builtins.txt
+++ b/docs/ref/templates/builtins.txt
@@ -1970,19 +1970,6 @@ 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
-
-An optional argument containing the characters which should not be escaped can
-be provided.
-
-If not provided, the '/' character is assumed safe. An empty string can be
-provided when *all* characters should be escaped. For example::
-
- {{ value|urlencode:"" }}
-
-If ``value`` is ``"http://www.example.org/"``, the output will be
-``"http%3A%2F%2Fwww.example.org%2F"``.
-
.. templatefilter:: urlize
urlize