mirror of
https://github.com/django/django.git
synced 2025-10-31 09:41:08 +00:00
Fixed #29959 -- Cached GEOS version in WKBWriter class.
Regression in f185d929fa.
This commit is contained in:
@@ -9,4 +9,6 @@ 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`).
|
||||
|
||||
Reference in New Issue
Block a user