Fixed #5945 -- Treat string literals in template filter arguments as safe
commitcf732887f9b82e86b0dcf5e579c92930844ac762
authormtredinnick <mtredinnick@bcc190cf-cafb-0310-a4f2-bffc1f526a37>
Sat, 17 Nov 2007 12:11:26 +0000 (17 12:11 +0000)
committermtredinnick <mtredinnick@bcc190cf-cafb-0310-a4f2-bffc1f526a37>
Sat, 17 Nov 2007 12:11:26 +0000 (17 12:11 +0000)
tree8b4ecef518de88b47e5f2230ae48ffcb9d9a1168
parent0bd273c5265cd9dde90d8070310d87aae1f74861
Fixed #5945 -- Treat string literals in template filter arguments as safe
strings for auto-escaping purposes.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@6680 bcc190cf-cafb-0310-a4f2-bffc1f526a37
django/template/__init__.py
docs/templates.txt
tests/regressiontests/templates/filters.py
tests/regressiontests/templates/tests.py