mirror of
https://github.com/django/django.git
synced 2024-11-18 07:26:04 +00:00
e7e5505902
Regression in f185d929fa
.
15 lines
357 B
Plaintext
15 lines
357 B
Plaintext
===========================
|
|
Django 2.0.10 release notes
|
|
===========================
|
|
|
|
*Release date TBD*
|
|
|
|
Django 2.0.10 fixes several bugs in 2.0.9.
|
|
|
|
Bugfixes
|
|
========
|
|
|
|
* Prevented repetitive calls to ``geos_version_tuple()`` in the ``WKBWriter``
|
|
class in an attempt to fix a random crash involving ``LooseVersion`` since
|
|
Django 2.0.6 (:ticket:`29959`).
|