django1/django/template
Aymeric Augustin 0cdb09d489 Made context take priority over context processors.
This is the expected behavior, but given RequestContext's tortuous
implementation, a straightforward use of its API results in the
opposite.

This commits fixes a regression that must have happened at different
points in the multiple templates engine refactor for different features.
2015-01-06 22:02:27 +01:00
..
backends Made context take priority over context processors. 2015-01-06 22:02:27 +01:00
loaders Removed extraneous arguments in Engine.from_string. 2014-12-28 16:23:02 +01:00
__init__.py Explained the structure of django.template. 2014-12-28 17:02:31 +01:00
base.py Preserved context class in inclusion_tag. 2014-12-28 17:02:29 +01:00
context.py Deprecated TEMPLATE_CONTEXT_PROCESSORS. 2014-12-28 17:02:31 +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 #24022 -- Deprecated the ssi tag. 2015-01-05 19:35:02 -05:00
engine.py Added comments to remove Engine.render_to_string in Django 2.0. 2015-01-06 22:02:26 +01:00
loader.py Added comments to remove Engine.render_to_string in Django 2.0. 2015-01-06 22:02:26 +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 Deprecated current_app in TemplateResponse and render(_to_response). 2014-12-28 17:02:29 +01:00
smartif.py Fixed all E226 violations 2013-11-03 10:08:55 -08:00
utils.py Raised a warning when using the legacy TEMPLATE_* settings. 2014-12-28 17:02:31 +01:00