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