summaryrefslogtreecommitdiff
path: root/tests/utils_tests/test_tree.py
Commit message (Expand)AuthorAgeFilesLines
* Refs #32948 -- Renamed Node._new_instance() to Node.create().Nick Pope2022-07-271-2/+2
* Refs #32948 -- Added more tests for django.utils.tree.Node.Nick Pope2022-07-271-4/+38
* Used AND, OR, XOR constants instead of hard-coded values.Nick Pope2022-07-271-3/+4
* Refs #33476 -- Reformatted code with Black.django-bot2022-02-071-17/+15
* Fixed #32717 -- Fixed filtering of querysets combined with the | operator.Simon Charette2021-05-131-0/+5
* Fixed #29838 -- Fixed crash when combining Q objects with __in lookups and li...aspalding2018-10-171-0/+3
* Fixed #29643 -- Fixed crash when combining Q objects with __in lookups and li...Mariusz Felisiak2018-08-081-0/+2
* Fixed #28629 -- Made tree.Node instances hashable.Mariusz Felisiak2017-09-281-0/+10
* Refs #11964 -- Made Q objects deconstructible.Ian Foote2017-02-231-0/+16
* Fixed #22531 -- Added tree.Node.__repr__ and tests for the class.Moayad Mardini2014-05-161-0/+57