2018-10-01 17:44:36 +08:00
|
|
|
============================
|
|
|
|
Django 1.11.17 release notes
|
|
|
|
============================
|
|
|
|
|
2018-12-03 22:14:58 +08:00
|
|
|
*December 3, 2018*
|
2018-10-01 17:44:36 +08:00
|
|
|
|
2018-11-18 04:39:57 +08:00
|
|
|
Django 1.11.17 fixes several bugs in 1.11.16 and adds compatibility with
|
|
|
|
Python 3.7.
|
2018-10-01 17:44:36 +08:00
|
|
|
|
|
|
|
Bugfixes
|
|
|
|
========
|
|
|
|
|
2018-11-16 22:10:33 +08: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`).
|