Changes between Initial Version and Version 3 of Ticket #36029
- Timestamp:
- Dec 20, 2024, 11:20:02 AM (7 hours ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #36029
- Property Triage Stage Unreviewed → Accepted
-
Ticket #36029 – Description
initial v3 5 5 }}} 6 6 7 #3 3929 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()`. 8 8 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? 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? See comment:1 10 10 11 11 {{{#!diff