Author: timo
Date: 2010-12-18 09:37:55 -0600 (Sat, 18 Dec 2010)
New Revision: 14926

Modified:
   django/branches/releases/1.2.X/docs/ref/templates/builtins.txt
Log:
[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.

Modified: django/branches/releases/1.2.X/docs/ref/templates/builtins.txt
===================================================================
--- django/branches/releases/1.2.X/docs/ref/templates/builtins.txt      
2010-12-18 15:37:12 UTC (rev 14925)
+++ django/branches/releases/1.2.X/docs/ref/templates/builtins.txt      
2010-12-18 15:37:55 UTC (rev 14926)
@@ -1671,6 +1671,11 @@
 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

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To post to this group, send email to django-upda...@googlegroups.com.
To unsubscribe from this group, send email to 
django-updates+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en.

Reply via email to