django1/django/template
Kosei Kitahara f095b249ba Fixed #27517 -- Fixed charset param in SimpleTemplateResponse.__init__(). 2016-11-24 05:56:39 -05: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 E305 flake8 warnings. 2016-11-14 12:30:46 -05: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 Replaced smart_* by force_* calls whenever possible 2016-09-03 13:46:41 +02:00
defaultfilters.py Fixed #27394 -- Added scientific notation support for big integers in floatformat filter. 2016-11-15 09:07:15 -05:00
defaulttags.py Refs #27025 -- Fixed "invalid escape sequence" warnings in Python 3.6. 2016-09-17 15:44:06 -04:00
engine.py Fixed #25788 -- Enabled the cached template loader if debug is False. 2016-09-03 09:06:33 -04: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 #27175 -- Deprecated silencing exceptions from the {% include %} template tag. 2016-09-08 18:24:22 -07:00
response.py Fixed #27517 -- Fixed charset param in SimpleTemplateResponse.__init__(). 2016-11-24 05:56:39 -05:00
smartif.py Fixed #27463 -- Fixed E741 flake8 warnings. 2016-11-14 17:40:28 -05:00
utils.py Removed deprecated TEMPLATE_* settings per deprecation timeline. 2015-09-23 19:31:11 -04:00