Closed glennmatthews closed 11 months ago
Follow-on to #57, sorry for the trouble!
This changes the logic so that we still preserve tree traversal order when using .values() or .values_list() on it, while not reintroducing the issue that #57 was addressing.
.values()
.values_list()
Thanks! This looks great.
I have released this as 0.16.1 (I think the patch qualifies as a bug fix and not as a change)
Follow-on to #57, sorry for the trouble!
This changes the logic so that we still preserve tree traversal order when using
.values()
or.values_list()
on it, while not reintroducing the issue that #57 was addressing.