Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/django/utils/tree.py
Commit message (Expand)AuthorAgeFilesLines
* Removed legacy ORM lookup support per deprecation timelin...Tim Graham2015-01-191-8/+0
* Fixed #23968 -- Replaced list comprehension with generato...Jon Dufresne2014-12-081-4/+4
* Fixed #22531 -- Added tree.Node.__repr__ and tests for th...Moayad Mardini2014-05-161-0/+3
* Use `classmethod` as a decorator.xuxiang2013-11-201-1/+1
* More attacking E302 violatorsAlex Gaynor2013-11-021-0/+1
* Replaced an antiquated pattern.Aymeric Augustin2013-05-171-1/+1
* Refactored qs.add_q() and utils/tree.pyAnssi Kääriäinen2013-03-131-66/+46
* Fixed #18963 -- Used a subclass-friendly patternAymeric Augustin2012-11-031-1/+3
* Revert "Fixed #16211 -- Added comparison and negation ops...Anssi Kääriäinen2012-10-101-6/+2
* Fixed #16211 -- Added comparison and negation ops to F() ...Anssi Kääriäinen2012-09-301-2/+6
* [py3] Replaced __nonzero__ by __bool__Claude Paroz2012-08-081-1/+2
* Removed a bunch more Python 2.4 workarounds now that we d...Adrian Holovaty2011-03-281-3/+3
* Fixed #11753 - Q objects with callables no longer explode...Jacob Kaplan-Moss2009-12-171-1/+1
* Fixed #8283 -- Fixed an edge case when adding things to t...Malcolm Tredinnick2008-08-161-1/+1
* Redo the changes in [7773] in a better way.Malcolm Tredinnick2008-07-041-6/+25
* Merged the queryset-refactor branch into trunk.Malcolm Tredinnick2008-04-271-0/+134