November 1, 2018
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
crashes with
FileExistsError
if concurrent saves try to create the same directory
(#29890).5月 12, 2023