mirror of
https://github.com/django/django.git
synced 2025-11-07 07:15:35 +00:00
Fixed #35127 -- Made Model.full_clean() ignore GeneratedFields.
Thanks Claude Paroz for the report.
Regression in f333e3513e.
This commit is contained in:
@@ -15,3 +15,6 @@ Bugfixes
|
||||
|
||||
* Fixed a regression in Django 5.0 where links in the admin had an incorrect
|
||||
color (:ticket:`35121`).
|
||||
|
||||
* Fixed a bug in Django 5.0 that caused a crash of ``Model.full_clean()`` on
|
||||
models with a ``GeneratedField`` (:ticket:`35127`).
|
||||
|
||||
Reference in New Issue
Block a user