django1/django/template
Lennart Regebro 687d2e967d Fixed #19827 -- Kept stacktrace in defaulttags exception reraising
Thanks Kronuz for the report and the initial patch.
2013-02-23 17:43:17 +01:00
..
loaders Fixed #19729 -- Removed leftover refactoring helper variables. 2013-02-04 20:31:50 -03: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 #19829 -- Fixed index lookups for NumPy arrays in templates. 2013-02-14 23:29:15 -08:00
context.py Fixed #17061 -- Factored out importing object from a dotted path 2013-02-04 16:38:25 +01:00
debug.py Fixed #19819 - Improved template filter errors handling. 2013-02-14 10:22:59 +01:00
defaultfilters.py Removed support is_safe and needs_autoescape as function attributes. 2012-12-29 21:59:07 +01:00
defaulttags.py Fixed #19827 -- Kept stacktrace in defaulttags exception reraising 2013-02-23 17:43:17 +01:00
loader.py Fixed #17061 -- Factored out importing object from a dotted path 2013-02-04 16:38:25 +01:00
loader_tags.py Used token.split_contents() for tokenisation in template tags accepting variables. 2013-02-23 15:15:30 +01:00
response.py Fixed #19262 -- Support cookie pickling in SimpleTemplateResponse 2012-11-09 21:07:53 +01:00
smartif.py IfParser.next() method renamed to avoid confusion with iterator protocol. 2012-06-14 23:12:15 +01:00