summaryrefslogtreecommitdiff
path: root/django/utils/tree.py
AgeCommit message (Expand)Author
2008-03-11queryset-refactor: Reworked exclude() handling to fix a few merging problems.Malcolm Tredinnick
2008-02-28queryset-refactor: Fixed a few really silly errors in the Q class and negationMalcolm Tredinnick
2007-12-19queryset-refactor: Fixed a problem when adding certain additional filters to ...Malcolm Tredinnick
2007-12-03queryset-refactor: Changed all tree and filter "connections" to "connectors" soMalcolm Tredinnick
2007-10-14queryset-refactor: Fixed a bug in Node.negate() for already negated nodes.Malcolm Tredinnick
2007-09-13Fixed some more join and lookup tests.Malcolm Tredinnick
2007-09-13Created a tree data structure. Might be generically useful. Currently used forMalcolm Tredinnick