| Age | Commit message (Collapse) | Author |
|
union(), difference(), and intersection().
Thanks Tim Graham for the review.
Backport of 2d3cc94284674638c334670903d49565039d77ae from master
|
|
|
|
QuerySet.earliest()/latest().
|
|
|
|
intersection() queries.
|
|
queryset raising EmptyResultSet.
Thanks Jon Dufresne for the report. Thanks Tim Graham and Simon Charette
for the reviews.
|
|
EmptyResultSet.
|
|
Obsolete since Query.alias_map became an OrderedDict (refs #26522).
|
|
combining with an EmptyQuerySet.
Thanks Jon Dufresne for the report and Tim Graham for the review.
|
|
|
|
|
|
|
|
efficiency.
|
|
This test passes to due some logic in Node.add().
|
|
distinct() and order_by().
Thanks Tim for the review.
|
|
to_field.
Thanks Kristian Klette for the report and Tim for the help.
|
|
|
|
DatabaseFeatures.max_query_params.
|
|
Thanks Andrew Brown for the test case.
|
|
|
|
|
|
Prevented queries from reusing trimmed joins.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Thanks Tim Graham for the review.
|
|
Thanks Tim Graham and Simon Charette for the reviews.
|
|
Thanks Tim Graham for the review.
|
|
|
|
|
|
Thanks Mariusz Felisiak for review and Oracle assistance.
Thanks Tim Graham for review and writing docs.
|
|
This particular test was sometimes failing when running the test suite
in parallel. The `id` was different depending on the order the tests
were run. The test was incorrectly comparing model primary keys rather
than ensuring they didn't change.
|
|
|
|
|
|
cdfdcf4b70bebfc68871df885387790c6afbc23c missed this test.
|
|
|
|
|
|
assertSequenceEqual().
|
|
|
|
|
|
This removes the need for some inner imports.
|
|
Thanks weidwonder for the report.
|
|
Thanks Josh for the amazing testing setup and Tim for the review.
|
|
Also removed try/except/fail antipattern that hides exceptions.
|
|
|
|
|
|
Thanks Tim Graham for completing the initial patch.
|