diff options
| author | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2022-03-30 07:31:56 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-03-30 07:31:56 +0200 |
| commit | fac662f4798f7e4e0ed9be6b4fb4a87a80810a68 (patch) | |
| tree | 75583c194e54b896173c489b84c0af499cf95751 /docs | |
| parent | 59ab3fd0e9e606d7f0f7ca26609c06ee679ece97 (diff) | |
Fixed #33598 -- Reverted "Removed unnecessary reuse_with_filtered_relation argument from Query methods."
Thanks lind-marcus for the report.
This reverts commit 0c71e0f9cfa714a22297ad31dd5613ee548db379.
Regression in 0c71e0f9cfa714a22297ad31dd5613ee548db379.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/4.0.4.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/releases/4.0.4.txt b/docs/releases/4.0.4.txt index 3628320201..1d4389b5af 100644 --- a/docs/releases/4.0.4.txt +++ b/docs/releases/4.0.4.txt @@ -9,4 +9,5 @@ Django 4.0.4 fixes several bugs in 4.0.3. Bugfixes ======== -* ... +* Fixed a regression in Django 4.0 that caused ignoring multiple + ``FilteredRelation()`` relationships to the same field (:ticket:`33598`). |
