django1/django/template
Simon Charette bd145e7209 Fixed #26536 -- Preserved leading dashes of the cached template loader keys.
Thanks Anders Roos for the report.
2016-04-24 22:15:45 -04:00
..
backends Fixed #26306 -- Fixed memory leak in cached template loader. 2016-03-16 12:37:57 -04:00
loaders Fixed #26536 -- Preserved leading dashes of the cached template loader keys. 2016-04-24 22:15:45 -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 #26403 -- Removed translated content in "Invalid block tag" message. 2016-04-09 09:31:05 -04:00
context.py Fixed #26263 -- Deprecated Context.has_key() 2016-02-23 08:08:55 -05: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 #26281 -- Added a helpful error message for an invalid format specifier to dateformat.format(). 2016-04-20 20:13:52 -04:00
defaulttags.py Fixed #26013 -- Moved django.core.urlresolvers to django.urls. 2015-12-31 14:21:29 -05: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 Renamed deprecated logger.warn to warning 2015-10-24 11:37:58 +02: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