diff options
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/4.0.3.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/releases/4.0.3.txt b/docs/releases/4.0.3.txt index 17e9f65074..415e00d80f 100644 --- a/docs/releases/4.0.3.txt +++ b/docs/releases/4.0.3.txt @@ -15,3 +15,7 @@ Bugfixes * 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`). + +* 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`). |
