2022-02-01 08:10:20 +00:00
|
|
|
==========================
|
|
|
|
Django 4.0.3 release notes
|
|
|
|
==========================
|
|
|
|
|
2022-03-01 08:32:18 +00:00
|
|
|
*March 1, 2022*
|
2022-02-01 08:10:20 +00:00
|
|
|
|
2022-02-02 10:36:57 +00:00
|
|
|
Django 4.0.3 fixes several bugs in 4.0.2. Also, all Python code in Django is
|
2023-04-16 23:14:09 +00:00
|
|
|
reformatted with :pypi:`black`.
|
2022-02-01 08:10:20 +00:00
|
|
|
|
|
|
|
Bugfixes
|
|
|
|
========
|
|
|
|
|
2022-02-16 20:09:24 +00:00
|
|
|
* Prevented, following a regression in Django 4.0.1, :djadmin:`makemigrations`
|
|
|
|
from generating infinite migrations for a model with ``ManyToManyField`` to
|
|
|
|
a lowercased swappable model such as ``'auth.user'`` (:ticket:`33515`).
|
2022-03-01 07:09:58 +00:00
|
|
|
|
|
|
|
* Fixed a regression in Django 4.0 that caused a crash when rendering invalid
|
|
|
|
inlines with :attr:`~django.contrib.admin.ModelAdmin.readonly_fields` in the
|
|
|
|
admin (:ticket:`33547`).
|