django1/django/template
Sergei Maertens 0a5910684a Renamed a camel case variable in the cycle template tag. 2016-08-09 09:42:27 -04:00
..
backends Fixed #24694 -- Added support for context_processors to Jinja2 backend. 2016-06-28 14:30:54 -04:00
loaders Fixed #26603 -- Forced lazy template names to text when computing cache key. 2016-05-10 10:03:01 -04:00
__init__.py Fixed #25466 -- Added backwards compatibility aliases for LoaderOrigin and StringOrigin. 2015-09-29 18:31:11 -04:00
base.py Fixed #24046 -- Deprecated the "escape" half of utils.safestring. 2016-05-10 12:46:47 -04:00
context.py Fixed #26830 -- Prevented the 'with' templatetag from resetting the cycle variable to its initial state. 2016-08-09 09:05:17 -04:00
context_processors.py Fixed #26145 -- Made debug context processor return queries for all databases. 2016-04-09 11:47:15 -04:00
defaultfilters.py Fixed #24046 -- Deprecated the "escape" half of utils.safestring. 2016-05-10 12:46:47 -04:00
defaulttags.py Renamed a camel case variable in the cycle template tag. 2016-08-09 09:42:27 -04:00
engine.py Fixed #25469 -- Added autoescape option to DjangoTemplates backend. 2015-11-12 19:14:23 -05:00
exceptions.py Moved engine-related exceptions to django.template.exceptions. 2015-05-06 17:33:47 -05:00
library.py Fixed E128 flake8 warnings in django/. 2016-04-08 09:51:06 -04:00
loader.py Fixed #26109 -- Raised a helpful error if loader.select_tamplate() is passed a string. 2016-01-25 18:37:02 -05:00
loader_tags.py Fixed #26402 -- Added relative path support in include/extends template tags. 2016-05-07 16:21:57 -04:00
response.py Fixed E128 flake8 warnings in django/. 2016-04-08 09:51:06 -04:00
smartif.py Fixed #26479 -- Added 'is not' operator to the if tag. 2016-04-09 13:01:15 -04:00
utils.py Removed deprecated TEMPLATE_* settings per deprecation timeline. 2015-09-23 19:31:11 -04:00