1
0
mirror of https://github.com/django/django.git synced 2025-11-07 07:15:35 +00:00

Fixed #33598 -- Reverted "Removed unnecessary reuse_with_filtered_relation argument from Query methods."

Thanks lind-marcus for the report.

This reverts commit 0c71e0f9cf.

Regression in 0c71e0f9cf.
This commit is contained in:
Mariusz Felisiak
2022-03-30 07:31:56 +02:00
committed by GitHub
parent 59ab3fd0e9
commit fac662f479
3 changed files with 68 additions and 10 deletions

View File

@@ -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`).