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
/
db
/
models
/
query_utils.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Refs #33766 -- Removed sql.Query.build_filtered_relation_q().
Simon Charette
2023-04-24
1
-3
/
+7
*
Fixed #33766 -- Resolved FilteredRelation.condition at referencing time.
Simon Charette
2023-04-24
1
-12
/
+19
*
Refs #34233 -- Used @functools.cache.
Nick Pope
2023-01-18
1
-1
/
+1
*
Fixed #28477 -- Stripped unused annotations on aggregation.
Simon Charette
2022-11-09
1
-3
/
+4
*
Fixed #33996 -- Fixed CheckConstraint validation on NULL values.
David Sanders
2022-09-13
1
-3
/
+7
*
Fixed #29799 -- Allowed registering lookups per field instances.
Allen Jonathan David
2022-09-02
1
-13
/
+61
*
Fixed #21204 -- Tracked field deferrals by field instead of models.
Simon Charette
2022-08-30
1
-4
/
+4
*
Merged nested if statements in select_related_descend().
Simon Charette
2022-08-30
1
-8
/
+10
*
Refs #32948 -- Simplified and optimized Q._combine() and __invert__().
Nick Pope
2022-07-27
1
-11
/
+6
*
Refs #30581 -- Added Q.check() hook.
Gagaro
2022-05-04
1
-0
/
+29
*
Refs #30581 -- Added Q.flatten().
Gagaro
2022-05-03
1
-0
/
+15
*
Fixed #33626 -- Cleared cache when unregistering a lookup.
Himanshu-Balasamanta
2022-04-12
1
-0
/
+1
*
Updated select_related_descend() comment.
Mariusz Felisiak
2022-03-31
1
-2
/
+2
*
Fixed #29865 -- Added logical XOR support for Q() and querysets.
Ryan Heard
2022-03-04
1
-0
/
+4
*
Refs #33476 -- Reformatted code with Black.
django-bot
2022-02-07
1
-32
/
+50
*
Fixed #32632, Fixed #32657 -- Removed flawed support for Subquery deconstruct...
Simon Charette
2021-04-28
1
-6
/
+4
*
Fixed #32548 -- Fixed crash when combining Q() objects with boolean expressions.
Jonathan Richards
2021-03-17
1
-8
/
+4
*
Fixed #32455 -- Allowed right combining Q() with boolean expressions.
Hasan Ramezani
2021-02-18
1
-1
/
+1
*
Fixed #32450 -- Fixed crash when ANDing/ORing an empty Q() with not pickleabl...
starryrbs
2021-02-18
1
-3
/
+4
*
Refs #30988 -- Removed InvalidQuery exception per deprecation timeline.
Mariusz Felisiak
2021-01-14
1
-29
/
+1
*
Fixed #31680 -- Removed unnecessary getattr() call in DeferredAttribute.__get...
alosultan
2020-06-10
1
-2
/
+2
*
Simplified DeferredAttribute.__get__() a bit.
Taoup
2020-01-29
1
-1
/
+1
*
Fixed #31060 -- Reallowed window expressions to be used in conditions outside...
Alex Aktsipetrov
2019-12-06
1
-1
/
+4
*
Fixed #30988 -- Deprecated the InvalidQuery exception.
Simon Charette
2019-11-18
1
-6
/
+31
*
Replaced QueryWrapper single usage with RawSQL.
Simon Charette
2019-11-18
1
-14
/
+0
*
Fixed #30651 -- Made __eq__() methods return NotImplemented for not implement...
ElizabethU
2019-10-01
1
-1
/
+2
*
Refs #30657 -- Made DeferredAttribute.__init__() to take a field instance ins...
Jon Dufresne
2019-07-25
1
-12
/
+12
*
Fixed typo in django/db/models/query_utils.py comment.
David Beitey
2019-04-03
1
-1
/
+1
*
Replaced kwargs.pop() with keyword-only arguments.
Jon Dufresne
2018-10-08
1
-4
/
+2
*
Refs #28909 -- Simplifed code using unpacking generalizations.
Sergey Fedoseev
2018-09-28
1
-1
/
+1
*
Refs #29125 -- Made Q.deconstruct() omit 'query_utils' in the path and _conne...
Tim Graham
2018-02-12
1
-1
/
+4
*
Fixed #29125 -- Made Q.deconstruct() deterministic with multiple keyword argu...
Tim Graham
2018-02-12
1
-1
/
+1
*
Removed DeferredAttribute.__init__()'s unused model argument.
Mariusz Felisiak
2018-01-02
1
-1
/
+1
*
Refs #27849 -- Removed empty Q() hack in filtered Aggregate.as_sql().
Simon Charette
2017-12-08
1
-0
/
+1
*
Fixed #27332 -- Added FilteredRelation API for conditional join (ON clause) s...
Nicolas Delaby
2017-09-22
1
-1
/
+42
*
Prevented query_utils.refs_expression() from looking for empty string in anno...
Sergey Fedoseev
2017-07-28
1
-1
/
+1
*
Fixed #28211 -- Prevented ORing an empty Q() from reducing query join efficie...
Tom
2017-05-25
1
-0
/
+9
*
Refs #27656 -- Updated django.db docstring verbs according to PEP 257.
Anton Samarchyan
2017-02-28
1
-11
/
+8
*
Refs #11964 -- Made Q objects deconstructible.
Ian Foote
2017-02-23
1
-1
/
+16
*
Refs #23919 -- Replaced super(ClassName, self) with super().
chillaranand
2017-01-25
1
-1
/
+1
*
Refs #23919 -- Removed misc references to Python 2.
Tim Graham
2017-01-21
1
-4
/
+1
*
Refs #23919 -- Stopped inheriting from object to define new style classes.
Simon Charette
2017-01-19
1
-3
/
+3
*
Refs #23919 -- Stopped using django.utils.lru_cache().
Aymeric Augustin
2017-01-18
1
-2
/
+2
*
Refs #23919 -- Removed encoding preambles and future imports
Claude Paroz
2017-01-18
1
-2
/
+0
*
Removed obsolete lines in DeferredAttribute.__get__().
Tim Graham
2016-09-26
1
-10
/
+1
*
Fixed #26891 -- Fixed lookup registration for ForeignObject.
Ryan P Kilby
2016-08-11
1
-14
/
+37
*
Fixed #26207 -- Replaced dynamic classes with non-data descriptors for deferr...
Anssi Kääriäinen
2016-04-29
1
-54
/
+3
*
Removed unused Q.clone().
Tim Graham
2016-04-25
1
-10
/
+0
*
Removed unused BaseExpression.refs_aggregate().
Tim Graham
2016-04-22
1
-33
/
+0
*
Fixed #26486 -- Fixed a select_related() + defer() MTI edge case.
Tim Graham
2016-04-13
1
-1
/
+0
[next]