Changes between Initial Version and Version 1 of Ticket #35614


Ignore:
Timestamp:
Jul 18, 2024, 5:35:38 AM (2 months ago)
Author:
Csirmaz Bendegúz
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #35614

    • Property Has patch set
  • Ticket #35614 – Description

    initial v1  
    77}}}
    88
    9 This is unfortunate, because whenever the query is re-compiled, it will add another condition.
     9This is unfortunate, because whenever the query is re-compiled, it adds another condition.
    1010I noticed the issue when inspecting {{{.query}}} on a queryset. Each time I accessed {{{.query}}}, a new condition appeared.
    1111An example queryset can be found in test {{{MultiColumnFKTests.test_double_nested_query}}}.
Back to Top