Refs #29849 -- Forwardported 2.1.4 release note.

This commit is contained in:
Tim Graham 2018-11-20 17:45:29 -05:00
parent a7d6cab771
commit 5d327a63ef
1 changed files with 3 additions and 0 deletions

View File

@ -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`).