summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorPatrick Arminio <patrick.arminio@gmail.com>2020-11-02 17:42:13 +0000
committerMariusz Felisiak <felisiak.mariusz@gmail.com>2020-11-03 10:12:40 +0100
commit542b4b3ab44d33dfd9b00c22f624ee4aed6f7534 (patch)
tree423efd16cdea32e16d176fc6dbcb1af165da9238 /docs
parentb03b19b585a0a3685d48dae95d060d13ff4755fa (diff)
Fixed #32162 -- Fixed setting Content-Length header in AsyncRequestFactory.
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/3.1.4.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/releases/3.1.4.txt b/docs/releases/3.1.4.txt
index a112e9993e..f8d9752db7 100644
--- a/docs/releases/3.1.4.txt
+++ b/docs/releases/3.1.4.txt
@@ -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`).