django1/django/template
Aymeric Augustin 31d3a35579 Fixed #24273 -- Allowed copying RequestContext more than once.
Thanks Collin Anderson for the report.
2015-02-05 13:21:50 +01:00
..
backends Deprecated passing a Context to a generic Template.render. 2015-01-12 21:01:34 +01:00
loaders Fixed #24235 -- Removed is_usable attribute from template loaders. 2015-02-04 07:47:28 -05:00
__init__.py Fixed typo in 'Django Template Language' 2015-01-17 03:05:28 +01:00
base.py Fixed #18651 -- Enabled optional assignments for simple_tag(). 2015-02-03 10:44:33 -05:00
context.py Fixed #24273 -- Allowed copying RequestContext more than once. 2015-02-05 13:21:50 +01:00
context_processors.py Deprecated TEMPLATE_CONTEXT_PROCESSORS. 2014-12-28 17:02:31 +01:00
debug.py Fixed #23831 -- Supported strings escaped by third-party libs in Django. 2014-12-27 18:02:34 +01:00
defaultfilters.py Fixed #23558 -- documented slugify limitations 2014-10-30 09:02:04 -04:00
defaulttags.py Fixed #23913 -- Deprecated the `=` comparison in `if` template tag. 2015-01-11 15:21:01 -05:00
engine.py Fixed #24235 -- Removed is_usable attribute from template loaders. 2015-02-04 07:47:28 -05:00
loader.py Added a request argument to render_to_string. 2015-01-07 21:54:22 +01:00
loader_tags.py Removed some uses of global APIs from django.template.loader. 2014-12-28 16:23:00 +01:00
response.py Fixed #24168 -- Allowed selecting a template engine in a few APIs. 2015-02-03 08:29:45 +01:00
smartif.py Fixed #23913 -- Deprecated the `=` comparison in `if` template tag. 2015-01-11 15:21:01 -05:00
utils.py Raised a warning when using the legacy TEMPLATE_* settings. 2014-12-28 17:02:31 +01:00