Django 4.0.3发行说明

March 1, 2022

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).

  • 修复了Django 4.0中在呈现无效内联时导致崩溃的回归 readonly_fields 在管理员中 (#33547 )。