mirror of
https://github.com/Hopiu/django.git
synced 2026-05-20 21:21:51 +00:00
18 lines
518 B
Text
18 lines
518 B
Text
==========================
|
|
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`).
|