0
0
mirror of https://github.com/django/django.git synced 2024-11-29 22:56:46 +01:00
django/docs/topics/http
Aymeric Augustin 2133f3157e 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.
2015-02-03 08:29:45 +01:00
..
_images
decorators.txt
file-uploads.txt Fixed #23344 -- Removed duplicate docs for file upload settings. 2014-08-23 09:30:01 -04:00
generic-views.txt
index.txt
middleware.txt Removed request.REQUEST per deprecation timeline; refs #18659. 2015-01-17 08:05:18 -05:00
sessions.txt Removed versionadded/changed notes for 1.7. 2015-02-01 21:02:40 -05:00
shortcuts.txt Fixed #24168 -- Allowed selecting a template engine in a few APIs. 2015-02-03 08:29:45 +01:00
urls.txt Deprecated current_app in TemplateResponse and render(_to_response). 2014-12-28 17:02:29 +01:00
views.txt Fixed #24143 -- Encouraged use of Http404 messages for debugging. 2015-01-16 09:41:01 -05:00