mirror of
				https://github.com/django/django.git
				synced 2025-10-31 09:41:08 +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:
		| @@ -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, | ||||
|   | ||||
		Reference in New Issue
	
	Block a user