From 78f0ab7eb0620e93826288ee54de309253012204 Mon Sep 17 00:00:00 2001 From: Timo Graham Date: Sat, 18 Dec 2010 15:37:12 +0000 Subject: [PATCH] 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 --- 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 0dc0372d59..11b4dd0206 100644 --- a/docs/ref/templates/builtins.txt +++ b/docs/ref/templates/builtins.txt @@ -1780,6 +1780,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