diff options
| author | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2023-12-27 20:36:22 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-12-27 20:36:22 +0100 |
| commit | 751d732a3815a68bdb5b7aceda0e7d5981362c4a (patch) | |
| tree | e1821add39f9cf170c530db29b3de0a28b8cf475 /docs | |
| parent | 21b0b23a67ee1aa1a35f7f64cd8fe997e4de89d7 (diff) | |
Fixed #35056 -- Fixed system check crash on reverse m2m relations with related_name in ModelAdmin.filter_horizontal/vertical.
Thanks Thomas Feldmann for the report.
Regression in 107865780aa44914e21d27fdf4ca269bc61c7f01.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/5.0.1.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/releases/5.0.1.txt b/docs/releases/5.0.1.txt index 15b735b42e..4344b0d181 100644 --- a/docs/releases/5.0.1.txt +++ b/docs/releases/5.0.1.txt @@ -32,3 +32,7 @@ Bugfixes * Fixed a regression in Django 5.0 where querysets referenced incorrect field names from ``FilteredRelation()`` (:ticket:`35050`). + +* Fixed a regression in Django 5.0 that caused a system check crash when + ``ModelAdmin.filter_horizontal`` or ``filter_vertical`` contained a reverse + many-to-many relation with ``related_name`` (:ticket:`35056`). |
