mirror of
https://github.com/django/django.git
synced 2025-10-31 09:41:08 +00:00
Fixed #5897 -- Added the Content-Length response header in CommonMiddleware
Thanks Tim Graham for the review.
This commit is contained in:
@@ -197,6 +197,9 @@ Requests and Responses
|
||||
|
||||
* Added :meth:`QueryDict.fromkeys() <django.http.QueryDict.fromkeys>`.
|
||||
|
||||
* :class:`~django.middleware.common.CommonMiddleware` now sets the
|
||||
``Content-Length`` response header for non-streaming responses.
|
||||
|
||||
Serialization
|
||||
~~~~~~~~~~~~~
|
||||
|
||||
|
||||
Reference in New Issue
Block a user