index
:
delta/python-packages/django.git
1.8
15667
16682
24046
24215
24525
26176
3.2-man-page
4.0/make-zoneinfo-default-timezone-implementation-squashed
alex-patch-1
attic/boulder-oracle-sprint
attic/full-history
attic/generic-auth
attic/gis
attic/i18n
attic/magic-removal
attic/multi-auth
attic/multiple-db-support
attic/new-admin
attic/newforms-admin
attic/per-object-permissions
attic/queryset-refactor
attic/schema-evolution
attic/schema-evolution-ng
attic/search-api
attic/sqlalchemy
attic/unicode
c/29988-allow-f-strings
c/32409-async-tests-cannot-call-orm
c/append-slash-opt-out
c/replace-utcnow
c/use-bpo-extlink
dep0005
dep5
fix-cache-test
fix/remove-stray-file
issue/31570
link-to-code-of-conduct
main
make-zoneinfo-default-timezone-implementation
master
remove-unnecesary-if-wrap
selenium-updates
sir-sigurd-patch-1
soc2009/admin-ui
soc2009/http-wsgi-improvements
soc2009/i18n-improvements
soc2009/model-validation
soc2009/multidb
soc2009/test-improvements
soc2010/app-loading
soc2010/query-refactor
soc2010/test-refactor
stable/0.90.x
stable/0.91.x
stable/0.95.x
stable/0.96.x
stable/1.0.x
stable/1.1.x
stable/1.10.x
stable/1.11.x
stable/1.2.x
stable/1.3.x
stable/1.4.x
stable/1.5.x
stable/1.6.x
stable/1.7.x
stable/1.8.x
stable/1.9.x
stable/2.0.x
stable/2.1.x
stable/2.2.x
stable/3.0.x
stable/3.1.x
stable/3.2.x
stable/4.0.x
stable/4.1.x
stable/4.2.x
swap-closing-quote-period-in-admin-i18nable-literal
ticket-25055
ticket-31342
update-next-docs-version
github.com: django/django.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
django
/
utils
/
tree.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Refs #32948, Refs #32946 -- Used Q.create() internally for dynamic Q() objects.
Nick Pope
2022-07-27
1
-1
/
+1
*
Refs #32948 -- Added Node.__copy__().
Nick Pope
2022-07-27
1
-0
/
+7
*
Refs #32948 -- Simplified WhereNode and Node.__deepcopy__()/add().
Nick Pope
2022-07-27
1
-3
/
+2
*
Refs #32948 -- Renamed Node._new_instance() to Node.create().
Nick Pope
2022-07-27
1
-10
/
+6
*
Refs #33476 -- Reformatted code with Black.
django-bot
2022-02-07
1
-11
/
+19
*
Refs #32940 -- Removed unnecessary branch in Node.add().
Keryn Knight
2021-07-20
1
-22
/
+19
*
Refs #32940 -- Removed Node.add()'s unused squash parameter.
Keryn Knight
2021-07-20
1
-7
/
+1
*
Removed unnecessary tuple construction in Node.__eq__().
Nick Pope
2021-07-19
1
-1
/
+2
*
Fixed #32717 -- Fixed filtering of querysets combined with the | operator.
Simon Charette
2021-05-13
1
-1
/
+1
*
Fixed #29838 -- Fixed crash when combining Q objects with __in lookups and li...
aspalding
2018-10-17
1
-4
/
+3
*
Refs #28909 -- Simplifed code using unpacking generalizations.
Sergey Fedoseev
2018-09-28
1
-1
/
+1
*
Fixed #29643 -- Fixed crash when combining Q objects with __in lookups and li...
Mariusz Felisiak
2018-08-08
1
-1
/
+4
*
Removed duplicate words in various comments.
Mariusz Felisiak
2018-07-18
1
-1
/
+1
*
Fixed #28629 -- Made tree.Node instances hashable.
Mariusz Felisiak
2017-09-28
1
-0
/
+3
*
Simplified various __eq__() methods.
Mads Jensen
2017-09-28
1
-5
/
+5
*
Refs #11964 -- Made Q objects deconstructible.
Ian Foote
2017-02-23
1
-0
/
+7
*
Refs #27656 -- Updated django.utils docstring verbs according to PEP 257.
Anton Samarchyan
2017-02-11
1
-29
/
+15
*
Refs #27795 -- Removed force_text from the template layer
Claude Paroz
2017-02-07
1
-3
/
+1
*
Refs #23919 -- Removed unneeded force_str calls
Claude Paroz
2017-01-20
1
-3
/
+3
*
Refs #23919 -- Removed __nonzero__() methods (for Python 2).
Simon Charette
2017-01-19
1
-3
/
+0
*
Refs #23919 -- Stopped inheriting from object to define new style classes.
Simon Charette
2017-01-19
1
-1
/
+1
*
Fixed W503 flake8 warnings.
Tim Graham
2016-04-04
1
-2
/
+2
*
Fixed #25875 -- Prevented UnicodeDecodeError for Q object repr
Claude Paroz
2015-12-13
1
-6
/
+5
*
Removed legacy ORM lookup support per deprecation timeline; refs #16187.
Tim Graham
2015-01-19
1
-8
/
+0
*
Fixed #23968 -- Replaced list comprehension with generators and dict comprehe...
Jon Dufresne
2014-12-08
1
-4
/
+4
*
Fixed #22531 -- Added tree.Node.__repr__ and tests for the class.
Moayad Mardini
2014-05-16
1
-0
/
+3
*
Use `classmethod` as a decorator.
xuxiang
2013-11-19
1
-1
/
+1
*
More attacking E302 violators
Alex Gaynor
2013-11-02
1
-0
/
+1
*
Replaced an antiquated pattern.
Aymeric Augustin
2013-05-17
1
-1
/
+1
*
Refactored qs.add_q() and utils/tree.py
Anssi Kääriäinen
2013-03-13
1
-66
/
+46
*
Fixed #18963 -- Used a subclass-friendly pattern
Aymeric Augustin
2012-11-03
1
-1
/
+3
*
Revert "Fixed #16211 -- Added comparison and negation ops to F() expressions"
Anssi Kääriäinen
2012-10-10
1
-6
/
+2
*
Fixed #16211 -- Added comparison and negation ops to F() expressions
Anssi Kääriäinen
2012-09-30
1
-2
/
+6
*
[py3] Replaced __nonzero__ by __bool__
Claude Paroz
2012-08-08
1
-1
/
+2
*
Removed a bunch more Python 2.4 workarounds now that we don't support that ve...
Adrian Holovaty
2011-03-28
1
-3
/
+3
*
Fixed #11753 - Q objects with callables no longer explode on Python 2.4. Than...
Jacob Kaplan-Moss
2009-12-17
1
-1
/
+1
*
Fixed #8283 -- Fixed an edge case when adding things to the "where" tree and
Malcolm Tredinnick
2008-08-16
1
-1
/
+1
*
Redo the changes in [7773] in a better way.
Malcolm Tredinnick
2008-07-04
1
-6
/
+25
*
Merged the queryset-refactor branch into trunk.
Malcolm Tredinnick
2008-04-27
1
-0
/
+134