index
:
chango.git
devmain
fix-31295
initial-branch
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
queries
/
test_q.py
Age
Commit message (
Expand
)
Author
2026-04-28
Fixed #36912 -- Added connector validation to Q.create().
Anna Makarudze
2025-11-05
Fixed CVE-2025-64459 -- Prevented SQL injections in Q/QuerySet via the _conne...
Jacob Walls
2025-08-04
Fixed #34871, #36518 -- Implemented unresolved lookups expression replacement.
Simon Charette
2024-09-02
Fixed #35712 -- Prevented Q.check() from leaving the connection in an unusabl...
Alex Fischer
2024-05-02
Refs #34007, Refs #35359 -- Added Q.referenced_based_fields property.
David Sanders
2023-08-23
Fixed #34744 -- Prevented recreation of migration for constraints with a dict...
David Sanders
2022-10-31
Fixed #16211 -- Added logical NOT support to F expressions.
David Wobrock
2022-07-27
Refs #32948, Refs #32946 -- Used Q.create() internally for dynamic Q() objects.
Nick Pope
2022-07-27
Used AND, OR, XOR constants instead of hard-coded values.
Nick Pope
2022-05-04
Refs #30581 -- Added Q.check() hook.
Gagaro
2022-05-03
Refs #30581 -- Added Q.flatten().
Gagaro
2022-03-04
Fixed #29865 -- Added logical XOR support for Q() and querysets.
Ryan Heard
2022-02-07
Refs #33476 -- Reformatted code with Black.
django-bot
2021-04-28
Fixed #32632, Fixed #32657 -- Removed flawed support for Subquery deconstruct...
Simon Charette
2021-04-28
Refs #32632 -- Added tests for returning a copy when combining Q() objects.
Mariusz Felisiak
2021-03-17
Fixed #32548 -- Fixed crash when combining Q() objects with boolean expressions.
Jonathan Richards
2021-02-18
Fixed #32450 -- Fixed crash when ANDing/ORing an empty Q() with not pickleabl...
starryrbs
2018-03-29
Added test for combining Q objects with non-Q objects.
Mads Jensen
2018-02-12
Refs #29125 -- Made Q.deconstruct() omit 'query_utils' in the path and _conne...
Tim Graham
2018-02-12
Fixed #29125 -- Made Q.deconstruct() deterministic with multiple keyword argu...
Tim Graham
2017-05-25
Fixed #28211 -- Prevented ORing an empty Q() from reducing query join efficie...
Tom
2017-05-25
Refs #28211 -- Added a test for ANDing empty Q()'s.
Tim Graham
2017-02-23
Refs #11964 -- Made Q objects deconstructible.
Ian Foote