summaryrefslogtreecommitdiff
path: root/tests/queries/test_query.py
AgeCommit message (Expand)Author
2019-11-13[3.0.x] Fixed #30971 -- Prevented Query.resolve_lookup_value() from coercing ...George Marshall
2019-09-24[3.0.x] Fixed #30796 -- Prevented select_related() from mutating a queryset o...Simon Charette
2019-04-30Fixed #30412 -- Fixed crash when adding check constraints with OR'ed conditio...can
2018-11-27Switched TestCase to SimpleTestCase where possible in Django's tests.Tim Graham
2018-08-21Fixed #29658 -- Registered model lookups in tests with a context manager.Srinivas Reddy Thatiparthy (శ్రీనివాస్ రెడ్డి తాటిపర్తి)
2018-07-10Fixed #11964 -- Added support for database check constraints.Ian Foote