django/tests/regressiontests/templates
Karen Tracey ed36a5f2ce Fixed #12554 again: Corrected regression in silencing attribute lookups introduced in r12823, plus added a test for this so it doesn't regress again.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@12834 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-03-22 19:08:04 +00:00
..
templates Fixed #12787: Correctly identify the template that does not exist when a template being extended includes another template that does not exist. Thanks to trigeek38 for the report. 2010-03-16 14:34:57 +00:00
templatetags Template filters now pass numerical arguments through as numbers. 2009-03-25 03:45:56 +00:00
__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 Template filters now pass numerical arguments through as numbers. 2009-03-25 03:45:56 +00:00
filters.py Fixed #13114 -- Modified escapejs to produce output that is JSON compliant. Thanks to David Danier for the report. 2010-03-15 07:22:20 +00:00
loaders.py Fixed #11066 -- Corrected 15 duplicate "the"s found in docs and code comments. Thanks kaikuehne. 2009-05-17 16:45:28 +00:00
models.py
nodelist.py Fixed #6510 -- Refactored the way child nodes are found in template nodes to avoid potential inconsistencies. Thanks to SmileyChris for the patch. 2010-03-02 07:42:51 +00:00
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 Fixed #13058 - "smart if" template tag doesn't support "if not in ..." condition 2010-03-08 23:25:37 +00:00
tests.py Fixed #12554 again: Corrected regression in silencing attribute lookups introduced in r12823, plus added a test for this so it doesn't regress again. 2010-03-22 19:08:04 +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 Added a couple of extra tests to ensure url tag robustness. These are an 2008-08-31 17:29:49 +00:00