Changes between Initial Version and Version 3 of Ticket #36029


Ignore:
Timestamp:
Dec 20, 2024, 11:20:02 AM (7 hours ago)
Author:
Jacob Walls
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #36029

    • Property Triage Stage UnreviewedAccepted
  • Ticket #36029 – Description

    initial v3  
    55}}}
    66
    7 #33929 seems related. Here, the key is using a deeper condition relation (`book__editor`) than the filtered relation (`book`) and then reusing that attempted annotation in another `annotate()`.
     7#34229 seems related. Here, the key is using a deeper condition relation (`book__editor`) than the filtered relation (`book`) and then reusing that attempted annotation in another `annotate()`.
    88
    9 Failing unit test. The test right above [https://github.com/django/django/blob/f05edb2b43c347d4929efd52c8e2b4e08839f542/tests/filtered_relation/tests.py#L624-L635 asserts] that a ValueError is raised in a similar situation, so maybe this test should do that also?
     9Failing unit test. The test right above [https://github.com/django/django/blob/f05edb2b43c347d4929efd52c8e2b4e08839f542/tests/filtered_relation/tests.py#L624-L635 asserts] that a ValueError is raised in a similar situation, so maybe this test should do that also? See comment:1
    1010
    1111{{{#!diff
Back to Top