diff options
| author | Sarah Boyce <42296566+sarahboyce@users.noreply.github.com> | 2024-04-08 18:10:14 +0200 |
|---|---|---|
| committer | Sarah Boyce <42296566+sarahboyce@users.noreply.github.com> | 2024-04-10 15:43:50 +0200 |
| commit | 8b53560eea9f10a1271d3bdf765dc6f969c7d9d5 (patch) | |
| tree | abf15e8ebde434ec224faaca974404140bfb4058 /docs | |
| parent | ca5cd3e3e8e53f15e68ccd727ec8fe719cc48099 (diff) | |
Fixed #35350 -- Fixed save() with pk set on models with GeneratedFields.
Thanks Matt Hegarty for the report and Simon Charette and Natalia Bidart for the reviews.
Regression in f333e35.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/5.0.5.txt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/releases/5.0.5.txt b/docs/releases/5.0.5.txt index fd36171c40..506127b0ca 100644 --- a/docs/releases/5.0.5.txt +++ b/docs/releases/5.0.5.txt @@ -9,4 +9,6 @@ Django 5.0.5 fixes several bugs in 5.0.4. Bugfixes ======== -* ... +* Fixed a bug in Django 5.0 that caused a crash of ``Model.save()`` when + creating an instance of a model with a ``GeneratedField`` and providing a + primary key (:ticket:`35350`). |
