1
0
mirror of https://github.com/django/django.git synced 2025-01-12 19:37:06 +00:00
django/tests/regressiontests/templates
2010-02-22 23:34:33 +00:00
..
templatetags
__init__.py
context.py
custom.py
filters.py Fixed #11687: the add filter is now less failsome when faced with things that can't be coerced to integers. 2010-02-22 23:34:33 +00:00
loaders.py
models.py
parser.py Fixed #5971 - Fixed inconsistent behaviour of the TokenParser when parsing filters that follow constant strings or variables. Thanks Dmitri Fedortchenko, Adam Vandenberg and Ramiro Morales. 2010-02-21 23:42:57 +00:00
smartif.py
tests.py Fixed #5972 - Allow the template filters to be used with the trans tag. Thanks for the initial patch, Dmitri Fedortchenko. 2010-02-21 23:43:28 +00:00
unicode.py
urls.py
views.py