django/tests/regressiontests/templates
Malcolm Tredinnick b1a5db37e6 Fixed #10369 -- Fixed auto-escaping inside "tran" and "blocktrans" tags.
Patch from Andrew Badr.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@10519 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-04-11 12:03:52 +00:00
..
templatetags Template filters now pass numerical arguments through as numbers. 2009-03-25 03:45:56 +00:00
__init__.py
context.py
custom.py Template filters now pass numerical arguments through as numbers. 2009-03-25 03:45:56 +00:00
filters.py Fixed #9520: make the date filter fail silently for non-date values. Thanks, Andrew Badr and Eric Holscher. 2009-04-02 05:20:25 +00:00
loaders.py
models.py
parser.py Added consistent support for double- and single-quote delimiters in templates. 2009-03-23 09:40:25 +00:00
tests.py Fixed #10369 -- Fixed auto-escaping inside "tran" and "blocktrans" tags. 2009-04-11 12:03:52 +00:00
unicode.py
urls.py Altered a failing url template tag test to work more reliably. 2008-10-05 04:59:55 +00:00
views.py