diff options
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/5.0.7.txt | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/docs/releases/5.0.7.txt b/docs/releases/5.0.7.txt index a0e3acd640..0bee6d57ce 100644 --- a/docs/releases/5.0.7.txt +++ b/docs/releases/5.0.7.txt @@ -10,4 +10,7 @@ issues with severity "low", and several bugs in 5.0.6. Bugfixes ======== -* ... +* Fixed a bug in Django 5.0 that caused a crash of ``Model.full_clean()`` on + unsaved model instances with a ``GeneratedField`` and certain defined + :attr:`Meta.constraints <django.db.models.Options.constraints>` + (:ticket:`35560`). |
