2022年3月1日
Django 4.0.3 では、 4.0.2 におけるいくつかのバグを修正しました。また、Django のすべての Python コードが black で再度フォーマットされます。
Prevented, following a regression in Django 4.0.1, makemigrations
from generating infinite migrations for a model with ManyToManyField to
a lowercased swappable model such as 'auth.user' (#33515).
Fixed a regression in Django 4.0 that caused a crash when rendering invalid
inlines with readonly_fields in the
admin (#33547).
12月 03, 2025