From 5d327a63eff4efd9e77c7de2d88727ceb6d34ebd Mon Sep 17 00:00:00 2001 From: Tim Graham Date: Tue, 20 Nov 2018 17:45:29 -0500 Subject: [PATCH] Refs #29849 -- Forwardported 2.1.4 release note. --- docs/releases/2.1.4.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/releases/2.1.4.txt b/docs/releases/2.1.4.txt index 82378b16a0..081b56991d 100644 --- a/docs/releases/2.1.4.txt +++ b/docs/releases/2.1.4.txt @@ -16,3 +16,6 @@ Bugfixes * Prevented repetitive calls to ``geos_version_tuple()`` in the ``WKBWriter`` class in an attempt to fix a random crash involving ``LooseVersion`` (:ticket:`29959`). + +* Fixed keep-alive support in ``runserver`` after it was disabled to fix + another issue in Django 2.0 (:ticket:`29849`).