1
0
mirror of https://github.com/django/django.git synced 2025-03-10 17:32:41 +00:00
django/docs/releases/4.0.4.txt
Mariusz Felisiak fac662f479
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.
2022-03-30 07:31:56 +02:00

14 lines
311 B
Plaintext

==========================
Django 4.0.4 release notes
==========================
*Expected April 4, 2022*
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`).