django1/django/template
SusanTan f33db5a09a Fixed 19949 -- Cached template loader now caches TemplateDoesNotExist
Thanks @timgraham and @jdunck for the code reviews and Kronuz for bug
report and initial patch.
2013-08-24 09:19:55 -04:00
..
loaders Fixed 19949 -- Cached template loader now caches TemplateDoesNotExist 2013-08-24 09:19:55 -04:00
__init__.py Fixed #12248 -- Refactored django.template to get code out of __init__.py, to help with avoiding circular import dependencies. Thanks to Tom Tobin for the patch. 2010-11-27 05:47:30 +00:00
base.py Fixed #17778 -- Prevented class attributes on context from resolving as template variables. 2013-08-12 12:41:39 -04:00
context.py Allowed Context.push to behave as a context mananger. 2013-07-17 13:32:32 -04:00
debug.py Fixed #19819 - Improved template filter errors handling. 2013-02-14 10:22:59 +01:00
defaultfilters.py Removed several unused imports. 2013-06-19 17:18:40 +02:00
defaulttags.py Fixed #20709 -- Allowed {% widthratio %} to accept an "as" parameter. 2013-08-14 12:40:19 -04:00
loader.py Allowed Context.push to behave as a context mananger. 2013-07-17 13:32:32 -04:00
loader_tags.py Fixed #20949 -- Typo #2 in docstring 2013-08-21 10:50:08 -04:00
response.py Removed 'mimetype' arguments from a few places, as per deprecation TL. 2013-06-28 21:48:16 -03:00
smartif.py IfParser.next() method renamed to avoid confusion with iterator protocol. 2012-06-14 23:12:15 +01:00