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