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:37:26 -0300 |
| commit | 2ba4f4b0b550a98f10deac47c1bbddccbc7365cd (patch) | |
| tree | 06d30b56e9c8d1c27dc886f72e3acd52cfdf7877 /docs | |
| parent | aed4ffe1897c51c0dfd8689c0834ca4ca0a8a03e (diff) | |
[5.1.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`). |
