diff options
| author | Tim Graham <timograham@gmail.com> | 2015-12-22 10:21:24 -0500 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2015-12-23 09:14:32 -0500 |
| commit | 4d83b0163e15f8352fd17fa121e929842ff2b686 (patch) | |
| tree | b72a5b5bc18dc0eb64c7f49fcb85bbef9401aca4 /docs/internals | |
| parent | edf3b88f1ad8f6e900fb3273cc8a573d3d77ce16 (diff) | |
Fixed #25969 -- Replaced render_to_response() with render() in docs examples.
Diffstat (limited to 'docs/internals')
| -rw-r--r-- | docs/internals/deprecation.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/internals/deprecation.txt b/docs/internals/deprecation.txt index ec55cce148..b165450d6a 100644 --- a/docs/internals/deprecation.txt +++ b/docs/internals/deprecation.txt @@ -553,8 +553,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, |
