Changes between Initial Version and Version 1 of Ticket #35614
- Timestamp:
- Jul 18, 2024, 5:35:38 AM (4 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #35614
- Property Has patch set
-
Ticket #35614 – Description
initial v1 7 7 }}} 8 8 9 This is unfortunate, because whenever the query is re-compiled, it will addanother condition.9 This is unfortunate, because whenever the query is re-compiled, it adds another condition. 10 10 I noticed the issue when inspecting {{{.query}}} on a queryset. Each time I accessed {{{.query}}}, a new condition appeared. 11 11 An example queryset can be found in test {{{MultiColumnFKTests.test_double_nested_query}}}.