Django bugfix releases: 2.1.4 and 1.11.17
Today we've issued the 2.1.4 and 1.11.17 bugfix releases.
The release package and checksums are available from our downloads page, as well as from the Python Package Index. The PGP key ID used for this release is Carlton Gibson: E17DF5C82B4F9D00.
Bugfixes 2.1.4
- Corrected the default password list that
CommonPasswordValidator
uses by lowercasing all passwords to match the format expected by the validator (#29952). - Prevented repetitive calls to
geos_version_tuple()
in theWKBWriter
class in an attempt to fix a random crash involvingLooseVersion
(#29959). - Fixed keep-alive support in
runserver
after it was disabled to fix another issue in Django 2.0 (#29849). - Fixed admin view-only change form crash when using
ModelAdmin.prepopulated_fields
(#29929). - Fixed “Please correct the errors below” error message when editing an object in the admin if the user only has the “view” permission on inlines (#29930).
Bugfixes 1.11.17
- Prevented repetitive calls to
geos_version_tuple()
in theWKBWriter
class in an attempt to fix a random crash involvingLooseVersion
since Django 1.11.14 (#29959).