2018-10-01 09:44:36 +00:00
|
|
|
============================
|
|
|
|
Django 1.11.17 release notes
|
|
|
|
============================
|
|
|
|
|
2018-11-16 14:34:10 +00:00
|
|
|
*Release date TBD*
|
2018-10-01 09:44:36 +00:00
|
|
|
|
2018-11-17 20:39:57 +00:00
|
|
|
Django 1.11.17 fixes several bugs in 1.11.16 and adds compatibility with
|
|
|
|
Python 3.7.
|
2018-10-01 09:44:36 +00:00
|
|
|
|
|
|
|
Bugfixes
|
|
|
|
========
|
|
|
|
|
2018-11-16 14:10:33 +00:00
|
|
|
* 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`).
|