django/tests/regressiontests/templates
Joseph Kocherhans fd233f40d1 Fixed #12070. Fixed a case where var._whatever wasn't raising a TemplateSyntaxError.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@12539 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-02-23 18:50:57 +00:00
..
templatetags
__init__.py
context.py Fixed #6262 -- Added a cached template loader, and modified existing template loaders and tag to be cacheable. Thanks to Mike Malone for the patch. 2009-12-14 12:08:23 +00:00
custom.py
filters.py Clarified a comment from [11687]. 2010-02-22 23:42:53 +00:00
loaders.py
models.py
parser.py Fixed #12070. Fixed a case where var._whatever wasn't raising a TemplateSyntaxError. 2010-02-23 18:50:57 +00:00
smartif.py Implemented 'smart if' template tag, allowing filters and various operators to be used in the 'if' tag 2009-12-09 22:40:36 +00:00
tests.py Fixed #12072 -- Certain characters no longer break url tag. Thanks, Alexander Dutton. 2010-02-23 05:17:39 +00:00
unicode.py
urls.py
views.py