django/tests/regressiontests/templates
Jacob Kaplan-Moss e64cdf7129 Fixed #11377: the template join filter now correctly escapes the joiner, too.
Thanks, Stephen Kelly.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@13464 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-08-03 15:42:39 +00:00
..
eggs
templates Fixed #13573 -- Corrected problem with template caching when template directories are provided. Thanks to lamby for the report. 2010-05-21 08:54:15 +00:00
templatetags Add file mistakenly left out of r12986. Refs #13334. 2010-04-15 20:36:00 +00:00
__init__.py
context.py
custom.py
filters.py Fixed #11377: the template join filter now correctly escapes the joiner, too. 2010-08-03 15:42:39 +00:00
loaders.py Fixed #13573 -- Corrected problem with template caching when template directories are provided. Thanks to lamby for the report. 2010-05-21 08:54:15 +00:00
models.py
nodelist.py
parser.py
smartif.py
tests.py Fixed #11376: added some extra tests for autoescaping subtleties. 2010-08-03 15:34:59 +00:00
unicode.py
urls.py
views.py