summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/2.1.5.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/releases/2.1.5.txt b/docs/releases/2.1.5.txt
index f5306192a4..73850e01b5 100644
--- a/docs/releases/2.1.5.txt
+++ b/docs/releases/2.1.5.txt
@@ -18,3 +18,7 @@ Bugfixes
* Prevented SQLite schema alterations while foreign key checks are enabled to
avoid the possibility of schema corruption (:ticket:`30023`).
+
+* Fixed a regression in Django 2.1.4 (which enabled keep-alive connections)
+ where request body data isn't properly consumed for such connections
+ (:ticket:`30015`).