django/docs/releases/1.11.17.txt
Asif Saifuddin Auvi c11a7b4907 [1.11.x] Refs #28814 -- Documented Python 3.7 compatibility.
Backport of 2f7cd7f8ecb01d30c1dfdaefa1c1714db76d2553 from master
2018-11-17 15:35:08 -05:00

16 lines
404 B
Plaintext

============================
Django 1.11.17 release notes
============================
*Release date TBD*
Django 1.11.17 fixes several bugs in 1.11.16 and adds compatibility with
Python 3.7.
Bugfixes
========
* Prevented repetitive calls to ``geos_version_tuple()`` in the ``WKBWriter``
class in an attempt to fix a random crash involving ``LooseVersion`` since
Django 1.11.14 (:ticket:`29959`).