From 82e8ad3dcacbd205c77a50fff51b105bdf5e0530 Mon Sep 17 00:00:00 2001 From: Timo Graham Date: Sat, 18 Dec 2010 15:37:55 +0000 Subject: [PATCH] [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 --- docs/ref/templates/builtins.txt | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/ref/templates/builtins.txt b/docs/ref/templates/builtins.txt index e390e4f49e..44bbc37245 100644 --- a/docs/ref/templates/builtins.txt +++ b/docs/ref/templates/builtins.txt @@ -1671,6 +1671,11 @@ For example:: If ``value`` is ``"Joel a slug"`` the output will be ``"Joel a slug"``. +Note that this filter is case-sensitive. + +If ``value`` is ``"Joel a slug"`` the +output will be ``"Joel a slug"``. + .. templatefilter:: rjust rjust