summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2018-11-20 17:45:29 -0500
committerTim Graham <timograham@gmail.com>2018-11-20 17:45:29 -0500
commit5d327a63eff4efd9e77c7de2d88727ceb6d34ebd (patch)
tree80151afd03671a3ee2296db9991e56aaae60eed0 /docs
parenta7d6cab77138f23ef37ec14acb27cb263538e6a7 (diff)
Refs #29849 -- Forwardported 2.1.4 release note.
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/2.1.4.txt3
1 files changed, 3 insertions, 0 deletions
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`).