From bbe28fa07658f00786dc1d91ee281b4daac22d07 Mon Sep 17 00:00:00 2001 From: Carlton Gibson Date: Thu, 20 Dec 2018 10:02:45 +0100 Subject: Refs #30015 -- Added 2.1.5 release note and removed 'we' in comments. --- docs/releases/2.1.5.txt | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'docs') 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`). -- cgit v1.3