1
0
mirror of https://github.com/django/django.git synced 2024-11-18 15:34:16 +00:00
django/django/template
2015-01-12 21:01:34 +01:00
..
backends Deprecated passing a Context to a generic Template.render. 2015-01-12 21:01:34 +01:00
loaders Removed extraneous arguments in Engine.from_string. 2014-12-28 16:23:02 +01:00
__init__.py Exposed Engine in the django.template namespace. 2015-01-07 21:54:22 +01:00
base.py Preserved context class in inclusion_tag. 2014-12-28 17:02:29 +01:00
context_processors.py Deprecated TEMPLATE_CONTEXT_PROCESSORS. 2014-12-28 17:02:31 +01:00
context.py Deprecated TEMPLATE_CONTEXT_PROCESSORS. 2014-12-28 17:02:31 +01:00
debug.py
defaultfilters.py
defaulttags.py Fixed #23913 -- Deprecated the = comparison in if template tag. 2015-01-11 15:21:01 -05:00
engine.py Exposed Engine in the django.template namespace. 2015-01-07 21:54:22 +01:00
loader_tags.py
loader.py Added a request argument to render_to_string. 2015-01-07 21:54:22 +01:00
response.py Accounted for multiple template engines in template responses. 2015-01-12 21:01:34 +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