November 1, 2018
Django 2.1.3 fixes several bugs in 2.1.2.
Q
objects with __in
lookups and lists crashed (#%s29838).django-admin shell
may hang
on startup (#%s29774).manage.py test --keepdb
on MySQL (#%s29827).to_field
were
incorrectly cleared in Model.save()
(#%s29896).FileSystemStorage
crashes with
FileExistsError
if concurrent saves try to create the same directory
(#%s29890).Sep 26, 2023