mirror of
https://github.com/django/django.git
synced 2025-08-10 05:48:15 +00:00
[1.9.x] Fixed #25969 -- Replaced render_to_response() with render() in docs examples.
Backport of 4d83b0163e
from master
This commit is contained in:
parent
2f205e073b
commit
d162b0bcd8
17 changed files with 51 additions and 98 deletions
|
@ -529,8 +529,8 @@ details on these changes.
|
|||
:class:`~django.template.response.SimpleTemplateResponse`, and
|
||||
:class:`~django.template.response.TemplateResponse`, will be removed.
|
||||
``content_type`` should be used instead. This also applies to the
|
||||
:func:`~django.shortcuts.render_to_response` shortcut and
|
||||
the sitemap views, :func:`~django.contrib.sitemaps.views.index` and
|
||||
``render_to_response()`` shortcut and the sitemap views,
|
||||
:func:`~django.contrib.sitemaps.views.index` and
|
||||
:func:`~django.contrib.sitemaps.views.sitemap`.
|
||||
|
||||
* When :class:`~django.http.HttpResponse` is instantiated with an iterator,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue