From 573ec714e5f52eccde01bbac3836d0edafcb2c20 Mon Sep 17 00:00:00 2001 From: Tim Graham Date: Thu, 27 Dec 2018 19:23:09 -0500 Subject: Refs #25978 -- Removed shortcuts.render_to_response() per deprecation timeline. --- docs/topics/http/shortcuts.txt | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'docs/topics') diff --git a/docs/topics/http/shortcuts.txt b/docs/topics/http/shortcuts.txt index 1aca4ce287..a0eac39012 100644 --- a/docs/topics/http/shortcuts.txt +++ b/docs/topics/http/shortcuts.txt @@ -81,17 +81,6 @@ This example is equivalent to:: c = {'foo': 'bar'} return HttpResponse(t.render(c, request), content_type='application/xhtml+xml') -``render_to_response()`` -======================== - -.. function:: render_to_response(template_name, context=None, content_type=None, status=None, using=None) - - .. deprecated:: 2.0 - - This function preceded the introduction of :func:`render` and works - similarly except that it doesn't make the ``request`` available in the - response. - ``redirect()`` ============== -- cgit v1.3