django1/django
Aymeric Augustin f87457a460 [1.8.x] Fixed #24168 -- Allowed selecting a template engine in a few APIs.
Specifically in rendering shortcuts, template responses, and class-based
views that return template responses.

Also added a test for render_to_response(status=...) which was missing
from fdbfc980.

Thanks Tim and Carl for the review.

Backport of 2133f31 from master.

Conflicts:
	docs/topics/http/shortcuts.txt
	tests/generic_views/test_base.py
2015-02-03 08:32:14 +01:00
..
apps [1.8.x] Removed an obsolete comment in django/apps/config.py 2015-01-18 16:31:21 -05:00
bin Started attackign the next flake8 violation 2013-10-31 08:42:28 -07:00
conf [1.8.x] Fixed Persian locale FIRST_DAY_OF_WEEK & DECIMAL/THOUSAND_SEPARATORs. 2015-01-29 13:02:49 -05:00
contrib [1.8.x] Removed contrib.auth.forms.mask_password() 2015-02-02 11:13:48 -05:00
core Removed unused import 2015-01-14 09:31:24 +01:00
db [1.8.x] Removed query.alias_diff() 2015-02-01 21:38:34 -05:00
dispatch [1.8.x] Clarified docstring in dispatch/dispatcher.py 2015-01-23 13:00:24 -05:00
forms [1.8.x] Fixed typos in code comments. 2015-01-20 12:18:29 -05:00
http [1.8.x] Fixed #24209 -- Prevented crash when parsing malformed RFC 2231 headers 2015-01-27 20:16:53 +01:00
middleware [1.8.x] Removed UpdateCacheMiddleware._session_accessed() 2015-02-01 20:35:57 -05:00
template [1.8.x] Fixed #24168 -- Allowed selecting a template engine in a few APIs. 2015-02-03 08:32:14 +01:00
templatetags Cleaned up the django.template namespace. 2014-12-28 14:47:31 +01:00
test [1.8.x] Fixed #24168 -- Allowed selecting a template engine in a few APIs. 2015-02-03 08:32:14 +01:00
utils [1.8.x] Removed threading fallback imports. 2015-02-01 18:45:01 -05:00
views [1.8.x] Fixed #24168 -- Allowed selecting a template engine in a few APIs. 2015-02-03 08:32:14 +01:00
__init__.py Bumped version to 1.8 alpha 1. 2015-01-16 17:06:32 -05:00
shortcuts.py [1.8.x] Fixed #24168 -- Allowed selecting a template engine in a few APIs. 2015-02-03 08:32:14 +01:00