django1/django
Aymeric Augustin a3e783fe11 Deprecated passing a Context to a generic Template.render.
A deprecation path is required because the return type of
django.template.loader.get_template changed during the
multiple template engines refactor.

test_csrf_token_in_404 was incorrect: it tested the case when the
hardcoded template was rendered, and that template doesn't depend on the
CSRF token. This commit makes it test the case when a custom template is
rendered.
2015-01-12 21:01:34 +01:00
..
apps Fixed #12663 -- Formalized the Model._meta API for retrieving fields. 2015-01-06 19:25:12 -05:00
bin Started attackign the next flake8 violation 2013-10-31 08:42:28 -07:00
conf Fixed #24124 -- Changed context_processors in the default settings.py 2015-01-12 13:17:44 -05:00
contrib Deprecated passing a Context to a generic Template.render. 2015-01-12 21:01:34 +01:00
core Fixed #17785 -- Preferred column names in get_relations introspection 2015-01-12 19:58:47 +01:00
db Fixed #17785 -- Preferred column names in get_relations introspection 2015-01-12 19:58:47 +01:00
dispatch Added return value to Signal.disconnect(). 2015-01-02 12:00:41 -05:00
forms Fixed #12663 -- Formalized the Model._meta API for retrieving fields. 2015-01-06 19:25:12 -05:00
http Closed files in FileResponse; refs #24072 2015-01-05 14:54:55 -05:00
middleware Fixed #23815 -- Prevented UnicodeDecodeError in CSRF middleware 2015-01-06 08:42:58 +01:00
template Deprecated passing a Context to a generic Template.render. 2015-01-12 21:01:34 +01:00
templatetags Cleaned up the django.template namespace. 2014-12-28 14:47:31 +01:00
test Fixed #24118 -- Added --debug-sql option for tests. 2015-01-12 08:16:08 +00:00
utils Fixed #24073 -- Returned None for get_language when translations are deactivated 2015-01-08 17:43:07 +01:00
views Deprecated passing a Context to a generic Template.render. 2015-01-12 21:01:34 +01:00
__init__.py Simplified get_version() in django/__init__.py 2014-11-24 07:02:29 -05:00
shortcuts.py Fixed #24097 -- Prevented AttributeError in redirect_to_login 2015-01-10 10:05:02 +01:00