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_query.py
Age
Commit message (
Expand
)
Author
2022-12-02
Refs #33308 -- Avoided passing None to RawSQL's params.
Florian Apolloner
2022-07-27
Used AND, OR, XOR constants instead of hard-coded values.
Nick Pope
2022-03-16
Refs #30581 -- Allowed sql.Query to be used without model.
Gagaro
2022-02-07
Refs #33476 -- Reformatted code with Black.
django-bot
2021-11-19
Refs #24121 -- Added __repr__() to BaseDatabaseWrapper, JoinPromoter, and SQL...
Jonny Park
2021-04-28
Fixed #32632, Fixed #32657 -- Removed flawed support for Subquery deconstruct...
Simon Charette
2020-10-28
Refs #27149 -- Fixed sql.Query identity.
Simon Charette
2019-11-21
Refs #25367 -- Made Query.build_filter() raise TypeError on non-conditional e...
Simon Charette
2019-11-21
Fixed #30484 -- Added conditional expressions support to CheckConstraint.
Simon Charette
2019-11-21
Refs #11964 -- Removed SimpleCol in favor of Query(alias_cols).
Simon Charette
2019-11-13
Fixed #30971 -- Prevented Query.resolve_lookup_value() from coercing list val...
George Marshall
2019-09-24
Fixed #30796 -- Prevented select_related() from mutating a queryset on chaining.
Simon Charette
2019-04-30
Fixed #30412 -- Fixed crash when adding check constraints with OR'ed conditio...
can
2018-11-27
Switched TestCase to SimpleTestCase where possible in Django's tests.
Tim Graham
2018-08-21
Fixed #29658 -- Registered model lookups in tests with a context manager.
Srinivas Reddy Thatiparthy (శ్రీనివాస్ రెడ్డి తాటిపర్తి)
2018-07-10
Fixed #11964 -- Added support for database check constraints.
Ian Foote