Commit 82e8ad3d authored by Timo Graham's avatar Timo Graham
Browse files

[1.2.X] Fixed #14676 - Document that the removetags filter is case-sensitive....

[1.2.X] Fixed #14676 - Document that the removetags filter is case-sensitive. Thanks peterh32 for the report and elbarto for the patch.

Backport of r14925 from trunk.

git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@14926 bcc190cf-cafb-0310-a4f2-bffc1f526a37
parent 2a0dda3d
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -1671,6 +1671,11 @@ For example::
If ``value`` is ``"<b>Joel</b> <button>is</button> a <span>slug</span>"`` the
output will be ``"Joel <button>is</button> a slug"``.

Note that this filter is case-sensitive.

If ``value`` is ``"<B>Joel</B> <button>is</button> a <span>slug</span>"`` the
output will be ``"<B>Joel</B> <button>is</button> a slug"``.

.. templatefilter:: rjust

rjust