summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorCarlton Gibson <carlton.gibson@noumenal.es>2018-12-20 10:02:45 +0100
committerTim Graham <timograham@gmail.com>2018-12-20 21:30:13 -0500
commitbbe28fa07658f00786dc1d91ee281b4daac22d07 (patch)
treea15b428c56b6a0bb00db9df78f3dc766e0ced4a5 /docs
parent78dc7039bc763573973475f1b9dee15afe1c470f (diff)
Refs #30015 -- Added 2.1.5 release note and removed 'we' in comments.
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`).