Changes between Version 1 and Version 2 of Ticket #34957


Ignore:
Timestamp:
Nov 8, 2023, 4:12:54 AM (10 months ago)
Author:
younes-chaoui
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #34957 – Description

    v1 v2  
    1 After updating  to django 5.0b1 I get test fails when using a filter over annotated "FilteredRelation". This is an example :
     1After updating  to django 5.0b1 I get test fails when filtering over annotated "FilteredRelation".
     2
     3This is an example to reproduce it :
    24
    35{{{
Back to Top