mirror of
https://github.com/django/django.git
synced 2025-10-31 09:41:08 +00:00
Fixed #25725 -- Made HttpReponse immediately close objects.
This commit is contained in:
committed by
Tim Graham
parent
a6c803a2e3
commit
5233b70070
@@ -357,6 +357,10 @@ Miscellaneous
|
||||
* The ``add_postgis_srs()`` backwards compatibility alias for
|
||||
``django.contrib.gis.utils.add_srs_entry()`` is removed.
|
||||
|
||||
* Objects with a ``close()`` method such as files and generators passed to
|
||||
:class:`~django.http.HttpResponse` are now closed immediately instead of when
|
||||
the WSGI server calls ``close()`` on the response.
|
||||
|
||||
.. _deprecated-features-1.10:
|
||||
|
||||
Features deprecated in 1.10
|
||||
|
||||
Reference in New Issue
Block a user