Changes between Initial Version and Version 1 of Ticket #34104


Ignore:
Timestamp:
Oct 17, 2022, 5:28:44 PM (2 years ago)
Author:
Daniel Wysocki
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #34104 – Description

    initial v1  
    66}}}
    77
    8 evaluates to `False`.
     8evaluates to `False`, despite the queries being equivalent.
    99
    1010A 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.
Back to Top