From 7f404e26289e4676478f9096a61b7bc2cf56cdf2 Mon Sep 17 00:00:00 2001 From: Chris Beaven Date: Thu, 21 Oct 2010 21:21:43 +0000 Subject: [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 --- docs/ref/templates/builtins.txt | 13 ------------- 1 file changed, 13 deletions(-) (limited to 'docs') 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 -- cgit v1.3