Django bugfix release: 2.1.3
Today we've issued the 2.1.3 bugfix release.
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
- Fixed a regression in Django 2.0 where combining
Q
objects with__in
lookups and lists crashed (#29838). - Fixed a regression in Django 1.11 where
django-admin shell
may hang on startup (#29774). - Fixed a regression in Django 2.0 where test databases aren’t reused with
manage.py test --keepdb
on MySQL (#29827). - Fixed a regression where cached foreign keys that use
to_field
were incorrectly cleared inModel.save()
(#29896). - Fixed a regression in Django 2.0 where
FileSystemStorage
crashes withFileExistsError
if concurrent saves try to create the same directory (#29890).