django1/django/template
Preston Timmons adff499e47 Fixed #24119, #24120 -- Formalized debug integration for template backends. 2015-05-06 17:33:47 -05:00
..
backends Fixed #24119, #24120 -- Formalized debug integration for template backends. 2015-05-06 17:33:47 -05:00
loaders Fixed #15053 -- Enabled recursive template loading. 2015-04-22 14:49:00 -05:00
__init__.py Fixed #15053 -- Enabled recursive template loading. 2015-04-22 14:49:00 -05:00
base.py Fixed #24119, #24120 -- Formalized debug integration for template backends. 2015-05-06 17:33:47 -05:00
context.py Fixed #24603 -- Allowed Context.update() to be used as a context manager. 2015-04-14 08:01:16 -04:00
context_processors.py Simplified the lazy CSRF token implementation in csrf context processor. 2015-02-08 15:02:43 -05:00
defaultfilters.py Fixed typo in escape_filter() docstring. 2015-03-19 07:21:38 -04:00
defaulttags.py Fixed #12199 -- Added the ability to use "as" with the firstof template tag. 2015-04-14 07:19:47 -04:00
engine.py Fixed #15053 -- Enabled recursive template loading. 2015-04-22 14:49:00 -05:00
loader.py Fixed #24119, #24120 -- Formalized debug integration for template backends. 2015-05-06 17:33:47 -05:00
loader_tags.py Fixed #15053 -- Enabled recursive template loading. 2015-04-22 14:49:00 -05:00
response.py Sorted imports with isort; refs #23860. 2015-02-06 08:16:28 -05:00
smartif.py Fixed #23913 -- Deprecated the `=` comparison in `if` template tag. 2015-01-11 15:21:01 -05:00
utils.py Fixed #24685 -- Fixed check for template name unicity. 2015-05-03 21:49:16 +02:00