.. |
backends
|
Fixed #15667 -- Added template-based widget rendering.
|
2016-12-27 17:50:10 -05: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
|
[1.11.x] Removed unused variables that are overwritten.
|
2017-01-25 09:15:36 -05:00 |
context.py
|
Fixed #27258 -- Prohibited django.Template.render() with non-dict context.
|
2016-12-28 16:03:20 -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
|
Fixed #26478 -- Made {% for %} reject invalid unpacking vars with quotes or vertical bars.
|
2016-12-30 09:22:40 -05: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
|
[1.11.x] Fixed #27722 -- Reallowed using django.Template in {% include %}.
|
2017-02-11 06:52:14 -05: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 |