2018-11-01 22:48:28 +08:00
|
|
|
==========================
|
|
|
|
Django 2.1.4 release notes
|
|
|
|
==========================
|
|
|
|
|
2018-11-01 23:19:18 +08:00
|
|
|
*Expected December 3, 2018*
|
2018-11-01 22:48:28 +08:00
|
|
|
|
2018-11-01 23:19:18 +08:00
|
|
|
Django 2.1.4 fixes several bugs in 2.1.3.
|
2018-11-01 22:48:28 +08:00
|
|
|
|
|
|
|
Bugfixes
|
|
|
|
========
|
|
|
|
|
2018-11-16 03:11:03 +08:00
|
|
|
* Corrected the default password list that ``CommonPasswordValidator`` uses by
|
|
|
|
lowercasing all passwords to match the format expected by the validator
|
|
|
|
(:ticket:`29952`).
|
2018-11-16 22:10:33 +08:00
|
|
|
|
|
|
|
* Prevented repetitive calls to ``geos_version_tuple()`` in the ``WKBWriter``
|
|
|
|
class in an attempt to fix a random crash involving ``LooseVersion``
|
|
|
|
(:ticket:`29959`).
|
2018-11-21 06:45:29 +08:00
|
|
|
|
|
|
|
* Fixed keep-alive support in ``runserver`` after it was disabled to fix
|
|
|
|
another issue in Django 2.0 (:ticket:`29849`).
|