django1/django/template
Preston Timmons 0b4d517263 Fixed #27584 -- Fixed display of render time template errors. 2016-12-20 10:36:33 -05:00
..
backends Fixed #24694 -- Added support for context_processors to Jinja2 backend. 2016-06-28 14:30:54 -04:00
loaders Fixed #27598 -- Allowed specifying directories for a filesystem template loader. 2016-12-14 10:33:51 -05:00
__init__.py Fixed #25466 -- Added backwards compatibility aliases for LoaderOrigin and StringOrigin. 2015-09-29 18:31:11 -04:00
base.py Fixed #27584 -- Fixed display of render time template errors. 2016-12-20 10:36:33 -05:00
context.py Fixed #27584 -- Fixed display of render time template errors. 2016-12-20 10:36:33 -05: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