Tom Carrick
8b0710cfc9
[5.0.x] Fixed #35012 -- Restored wrapping admin fieldsets with multiple fields per line.
...
Thanks James Gillard for the report.
Regression in 729266c6f2
.
Backport of 4aae864463
from main
2023-12-13 12:34:19 +01:00
Mariusz Felisiak
5f89da0837
[5.0.x] Fixed #35018 -- Fixed migrations crash on GeneratedField with BooleanField as output_field on Oracle < 23c.
...
Thanks Václav Řehák for the report.
Regression in f333e3513e
.
Backport of fcf95e5927
from main.
2023-12-12 05:41:38 +01:00
Sarah Boyce
03af8fbd0f
[5.0.x] Fixed #35019 -- Fixed save() on models with both GeneratedFields and ForeignKeys.
...
Thanks Deb Kumar Das for the report.
Regression in f333e3513e
.
Backport of b287af5dc9
from main
2023-12-08 12:09:56 +01:00
Mariusz Felisiak
415a08a528
[5.0.x] Fixed #35024 -- Fixed model instance creation crash on GeneratedField.output_field with backend converters.
...
Regression in d9de74141e
.
This is a long standing issue, however it caused a crash of
GeneratedFields for all output fields that have backend-specific
converters when the RETURNING clause is not supported
(MySQL and SQLite < 3.35).
That's why severity was exacerbated.
Backport of 5b3b791e90
from main
2023-12-07 20:50:48 +01:00
Sarah Boyce
454fd50efb
[5.0.x] Fixed #35020 -- Fixed ModelAdmin.lookup_allowed() for non-autofield primary keys.
...
Thanks Joshua Goodwin for the report.
Regression in 45ecd9acca
.
Backport of f80669d2f5
from main
2023-12-07 08:44:59 +01:00
Mariusz Felisiak
a1ddda7ac2
[5.0.x] Updated expected release date for 5.0.1.
...
Backport of 689306c745
from main
2023-12-05 06:03:44 +01:00
Natalia
cd4beb995c
[5.0.x] Added stub release notes for 5.0.1.
...
Backport of 14884b6be8
from main
2023-12-04 10:23:51 -03:00