mirror of
https://github.com/django/django.git
synced 2024-11-29 22:56:46 +01:00
e7e5505902
Regression in f185d929fa
.
15 lines
365 B
Plaintext
15 lines
365 B
Plaintext
============================
|
|
Django 1.11.17 release notes
|
|
============================
|
|
|
|
*Release date TBD*
|
|
|
|
Django 1.11.17 fixes several bugs in 1.11.16.
|
|
|
|
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`).
|