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
2018-10-17
Fixed #29838 -- Fixed crash when combining Q objects with __in lookups and li...
aspalding
2018-09-28
Refs #28909 -- Simplifed code using unpacking generalizations.
Sergey Fedoseev
2018-08-08
Fixed #29643 -- Fixed crash when combining Q objects with __in lookups and li...
Mariusz Felisiak
2018-07-18
Removed duplicate words in various comments.
Mariusz Felisiak
2017-09-28
Fixed #28629 -- Made tree.Node instances hashable.
Mariusz Felisiak
2017-09-28
Simplified various __eq__() methods.
Mads Jensen
2017-02-23
Refs #11964 -- Made Q objects deconstructible.
Ian Foote
2017-02-11
Refs #27656 -- Updated django.utils docstring verbs according to PEP 257.
Anton Samarchyan
2017-02-07
Refs #27795 -- Removed force_text from the template layer
Claude Paroz
2017-01-20
Refs #23919 -- Removed unneeded force_str calls
Claude Paroz
2017-01-19
Refs #23919 -- Removed __nonzero__() methods (for Python 2).
Simon Charette
2017-01-19
Refs #23919 -- Stopped inheriting from object to define new style classes.
Simon Charette
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