diff options
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/6.0.1.txt | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/docs/releases/6.0.1.txt b/docs/releases/6.0.1.txt index a84b1ba6ef..499378cda7 100644 --- a/docs/releases/6.0.1.txt +++ b/docs/releases/6.0.1.txt @@ -42,3 +42,10 @@ Bugfixes * Fixed a regression in Django 6.0 where the :attr:`.Widget.use_fieldset` attribute of :class:`~django.forms.ClearableFileInput` was flipped from ``False`` to ``True`` (:ticket:`36829`). + +* Reverted an undocumented optimization in Django 6.0 that modified permission + :attr:`~django.contrib.auth.models.Permission.name` and + :attr:`~django.contrib.auth.models.Permission.codename` values when renaming + models via a migration. This change could affect unrelated + :class:`~django.contrib.auth.models.Permission` objects (:ticket:`36843`) and + did not report conflicts (:ticket:`36793`). |
