.. |
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
|
Refs #27025 -- Fixed "invalid escape sequence" warnings in Python 3.6.
|
2016-09-17 15:44:06 -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
|
Replaced smart_* by force_* calls whenever possible
|
2016-09-03 13:46:41 +02:00 |
defaultfilters.py
|
Refs #27025 -- Fixed "invalid escape sequence" warnings in Python 3.6.
|
2016-09-17 15:44:06 -04: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 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 |