summaryrefslogtreecommitdiff
path: root/tests/utils_tests/test_tree.py
AgeCommit message (Expand)Author
2022-07-27Refs #32948 -- Renamed Node._new_instance() to Node.create().Nick Pope
2022-07-27Refs #32948 -- Added more tests for django.utils.tree.Node.Nick Pope
2022-07-27Used AND, OR, XOR constants instead of hard-coded values.Nick Pope
2022-02-07Refs #33476 -- Reformatted code with Black.django-bot
2021-05-13Fixed #32717 -- Fixed filtering of querysets combined with the | operator.Simon Charette
2018-10-17Fixed #29838 -- Fixed crash when combining Q objects with __in lookups and li...aspalding
2018-08-08Fixed #29643 -- Fixed crash when combining Q objects with __in lookups and li...Mariusz Felisiak
2017-09-28Fixed #28629 -- Made tree.Node instances hashable.Mariusz Felisiak
2017-02-23Refs #11964 -- Made Q objects deconstructible.Ian Foote
2014-05-16Fixed #22531 -- Added tree.Node.__repr__ and tests for the class.Moayad Mardini