Refs #29849 -- Forwardported 2.1.4 release note.
This commit is contained in:
parent
a7d6cab771
commit
5d327a63ef
|
@ -16,3 +16,6 @@ Bugfixes
|
||||||
* Prevented repetitive calls to ``geos_version_tuple()`` in the ``WKBWriter``
|
* Prevented repetitive calls to ``geos_version_tuple()`` in the ``WKBWriter``
|
||||||
class in an attempt to fix a random crash involving ``LooseVersion``
|
class in an attempt to fix a random crash involving ``LooseVersion``
|
||||||
(:ticket:`29959`).
|
(:ticket:`29959`).
|
||||||
|
|
||||||
|
* Fixed keep-alive support in ``runserver`` after it was disabled to fix
|
||||||
|
another issue in Django 2.0 (:ticket:`29849`).
|
||||||
|
|
Loading…
Reference in New Issue