summaryrefslogtreecommitdiff
path: root/django/utils/tree.py
AgeCommit message (Expand)Author
2016-04-04Fixed W503 flake8 warnings.Tim Graham
2015-12-13Fixed #25875 -- Prevented UnicodeDecodeError for Q object reprClaude Paroz
2015-01-19Removed legacy ORM lookup support per deprecation timeline; refs #16187.Tim Graham
2014-12-08Fixed #23968 -- Replaced list comprehension with generators and dict comprehe...Jon Dufresne
2014-05-16Fixed #22531 -- Added tree.Node.__repr__ and tests for the class.Moayad Mardini
2013-11-19Use `classmethod` as a decorator.xuxiang
2013-11-02More attacking E302 violatorsAlex Gaynor
2013-05-17Replaced an antiquated pattern.Aymeric Augustin
2013-03-13Refactored qs.add_q() and utils/tree.pyAnssi Kääriäinen
2012-11-03Fixed #18963 -- Used a subclass-friendly patternAymeric Augustin
2012-10-10Revert "Fixed #16211 -- Added comparison and negation ops to F() expressions"Anssi Kääriäinen
2012-09-30Fixed #16211 -- Added comparison and negation ops to F() expressionsAnssi Kääriäinen
2012-08-08[py3] Replaced __nonzero__ by __bool__Claude Paroz
2011-03-28Removed a bunch more Python 2.4 workarounds now that we don't support that ve...Adrian Holovaty
2009-12-17Fixed #11753 - Q objects with callables no longer explode on Python 2.4. Than...Jacob Kaplan-Moss
2008-08-16Fixed #8283 -- Fixed an edge case when adding things to the "where" tree andMalcolm Tredinnick
2008-07-04Redo the changes in [7773] in a better way.Malcolm Tredinnick
2008-04-27Merged the queryset-refactor branch into trunk.Malcolm Tredinnick