django1/django/template
Aymeric Augustin acd7b34aaf Advanced deprecation warnings for Django 1.7. 2013-06-29 18:49:37 +02:00
..
loaders Fixed #19510 -- Race condition in template loading. 2013-03-17 23:56:07 +01: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 #20650 -- Fixed {% filter %} incorrectly accepting 'escape' as argument 2013-06-25 20:28:35 +02: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 several unused imports. 2013-06-19 17:18:40 +02:00
defaulttags.py Advanced deprecation warnings for Django 1.7. 2013-06-29 18:49:37 +02: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 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