2018年11月1日
Django 2.1.3 fixes several bugs in 2.1.2.
Q
objects with __in
lookups and lists crashed (#29838).django-admin shell
may hang
on startup (#29774).manage.py test --keepdb
on MySQL (#29827).to_field
were
incorrectly cleared in Model.save()
(#29896).FileSystemStorage
が FileExistsError
例外を起こしてクラッシュするリグレッションを修正しました (#29890)。2022年6月01日