summaryrefslogtreecommitdiff
path: root/tests/queries/test_query.py
Commit message (Expand)AuthorAgeFilesLines
* Refs #33308 -- Avoided passing None to RawSQL's params.Florian Apolloner2022-12-021-4/+3
* Used AND, OR, XOR constants instead of hard-coded values.Nick Pope2022-07-271-2/+2
* Refs #30581 -- Allowed sql.Query to be used without model.Gagaro2022-03-161-3/+62
* Refs #33476 -- Reformatted code with Black.django-bot2022-02-071-23/+23
* Refs #24121 -- Added __repr__() to BaseDatabaseWrapper, JoinPromoter, and SQL...Jonny Park2021-11-191-1/+9
* Fixed #32632, Fixed #32657 -- Removed flawed support for Subquery deconstruct...Simon Charette2021-04-281-28/+0
* Refs #27149 -- Fixed sql.Query identity.Simon Charette2020-10-281-0/+28
* Refs #25367 -- Made Query.build_filter() raise TypeError on non-conditional e...Simon Charette2019-11-211-0/+6
* Fixed #30484 -- Added conditional expressions support to CheckConstraint.Simon Charette2019-11-211-2/+17
* Refs #11964 -- Removed SimpleCol in favor of Query(alias_cols).Simon Charette2019-11-211-15/+24
* Fixed #30971 -- Prevented Query.resolve_lookup_value() from coercing list val...George Marshall2019-11-131-0/+7
* Fixed #30796 -- Prevented select_related() from mutating a queryset on chaining.Simon Charette2019-09-241-0/+7
* Fixed #30412 -- Fixed crash when adding check constraints with OR'ed conditio...can2019-04-301-0/+15
* Switched TestCase to SimpleTestCase where possible in Django's tests.Tim Graham2018-11-271-2/+2
* Fixed #29658 -- Registered model lookups in tests with a context manager.Srinivas Reddy Thatiparthy (శ్రీనివాస్ రెడ్డి తాటిపర్తి)2018-08-211-4/+2
* Fixed #11964 -- Added support for database check constraints.Ian Foote2018-07-101-0/+95