Changes between Initial Version and Version 1 of Ticket #34104
- Timestamp:
- Oct 17, 2022, 5:28:44 PM (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #34104 – Description
initial v1 6 6 }}} 7 7 8 evaluates to `False` .8 evaluates to `False`, despite the queries being equivalent. 9 9 10 10 A possible solution: add an attribute to `django.utils.tree.Node` to flag it as associative/commutative (maybe call it `unordered`). If that flag is set, cast `self.children` and `other.children` to sets instead of lists before comparing them.