1
0
mirror of https://github.com/django/django.git synced 2025-03-25 16:50:45 +00:00
django/docs/releases/2.1.4.txt
Claude Paroz e7e5505902 Fixed #29959 -- Cached GEOS version in WKBWriter class.
Regression in f185d929fa1c0caad8c03fccde899b647d7248c6.
2018-11-16 14:45:21 -05:00

19 lines
518 B
Plaintext

==========================
Django 2.1.4 release notes
==========================
*Expected December 3, 2018*
Django 2.1.4 fixes several bugs in 2.1.3.
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`).