Commit dfcb814a authored by Chris Beaven's avatar Chris Beaven
Browse files

Fix the version which the safe argument for the urlencode filter was added....

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
parent 45c7f427
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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.