Fixed #32162 -- Fixed setting Content-Length header in AsyncRequestFactory.

This commit is contained in:
Patrick Arminio 2020-11-02 17:42:13 +00:00 committed by Mariusz Felisiak
parent b03b19b585
commit 542b4b3ab4
3 changed files with 18 additions and 2 deletions

View file

@ -9,4 +9,5 @@ Django 3.1.4 fixes several bugs in 3.1.3.
Bugfixes
========
* ...
* Fixed setting the ``Content-Length`` HTTP header in ``AsyncRequestFactory``
(:ticket:`32162`).