Commit 78f0ab7e authored by Timo Graham's avatar Timo Graham
Browse files

Fixed #14676 - Document that the removetags filter is case-sensitive. Thanks...

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

git-svn-id: http://code.djangoproject.com/svn/django/trunk@14925 bcc190cf-cafb-0310-a4f2-bffc1f526a37
parent 8d10e0c3
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -1780,6 +1780,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