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:
@@ -12,3 +12,7 @@ Bugfixes
|
||||
* Corrected the default password list that ``CommonPasswordValidator`` uses by
|
||||
lowercasing all passwords to match the format expected by the validator
|
||||
(:ticket:`29952`).
|
||||
|
||||
* Prevented repetitive calls to ``geos_version_tuple()`` in the ``WKBWriter``
|
||||
class in an attempt to fix a random crash involving ``LooseVersion``
|
||||
(:ticket:`29959`).
|
||||
|
||||
Reference in New Issue
Block a user