django1/django/template
Jaap Roes b3660d28f3 Fixed #23260: Added generator support to defaultfilters.unordered_list. 2014-08-14 10:43:44 -04:00
..
loaders Don't try to load app directory templates from apps with a path (eg eggs) 2013-12-27 11:42:24 +01:00
__init__.py Fixed #21302 -- Fixed unused imports and import *. 2013-11-02 15:24:56 -04:00
base.py Fixed #16383 -- Raised the AttributeError raised in property of an object when used in a template. 2014-07-31 09:13:55 -04:00
context.py Made the new template.Context.flatten() method a public API. 2014-02-16 15:18:45 +01:00
debug.py More attacking E302 violators 2013-11-02 13:12:09 -07:00
defaultfilters.py Fixed #23260: Added generator support to defaultfilters.unordered_list. 2014-08-14 10:43:44 -04:00
defaulttags.py Fixed #23060 -- Prevented UnicodeDecodeError in debug templatetag 2014-07-26 18:03:19 +02:00
loader.py Fixed #21741 -- Fixed render_to_string to stop pushing empty dictionaries to its Context 2014-02-22 23:33:48 +01:00
loader_tags.py Fixed #21707 -- Added helpful error message when using {{ block.super }} in base template. 2014-07-24 14:22:19 -04:00
response.py Removed a few trailing backslashes. 2013-09-22 14:04:10 +02:00
smartif.py Fixed all E226 violations 2013-11-03 10:08:55 -08:00