Django 2.1.3 リリースノート¶
2018年11月1日
Django 2.1.3 fixes several bugs in 2.1.2.
バグ修正¶
Fixed a regression in Django 2.0 where combining
Qobjects with__inlookups and lists crashed (#29838).Fixed a regression in Django 1.11 where
django-admin shellmay hang on startup (#29774).Fixed a regression in Django 2.0 where test databases aren't reused with
manage.py test --keepdbon MySQL (#29827).Fixed a regression where cached foreign keys that use
to_fieldwere incorrectly cleared inModel.save()(#29896).Django 2.0 で、並列での保存時に同じディレクトリを作成しようとした場合に、
FileSystemStorageがFileExistsError例外を起こしてクラッシュするリグレッションを修正しました (#29890)。