March 1, 2022
Django 4.0.3 fixes several bugs in 4.0.2. Also, all Python code in Django is reformatted with black.
makemigrations
from generating infinite migrations for a model with ManyToManyField
to
a lowercased swappable model such as 'auth.user'
(#33515).readonly_fields
in the
admin (#33547).5月 12, 2023