diff options
| author | Sarah Boyce <42296566+sarahboyce@users.noreply.github.com> | 2024-08-05 21:36:49 +0200 |
|---|---|---|
| committer | Natalia <124304+nessita@users.noreply.github.com> | 2024-08-05 16:38:20 -0300 |
| commit | d7f955462cb17e74c2a1701ea7f722f2ed2bc168 (patch) | |
| tree | 3ee31fc9255dc9df2b7c2d04fb8b76bab35aebf0 /docs | |
| parent | 333cfab512689490ea8a6a95598a94d77816fa2d (diff) | |
[5.0.x] Fixed #35657 -- Made FileField handle db_default values.
Backport of 8deb6bb1fc427762d56646bf7306cbd11fb5bb68 from main.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/5.0.8.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/releases/5.0.8.txt b/docs/releases/5.0.8.txt index 5cc3faec98..704ecf2c61 100644 --- a/docs/releases/5.0.8.txt +++ b/docs/releases/5.0.8.txt @@ -32,3 +32,6 @@ Bugfixes * Fixed a bug in Django 5.0 which caused constraint validation to either crash or incorrectly raise validation errors for constraints referring to fields using ``Field.db_default`` (:ticket:`35638`). + +* Fixed a crash in Django 5.0 when saving a model containing a ``FileField`` + with a ``db_default`` set (:ticket:`35657`). |
