1
0
mirror of https://github.com/django/django.git synced 2025-02-08 00:16:31 +00:00
django/docs/releases/2.1.4.txt

15 lines
347 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`).