| Age | Commit message (Collapse) | Author |
|
|
|
QuerySet.earliest()/latest().
|
|
|
|
Obsolete since Query.alias_map became an OrderedDict (refs #26522).
|
|
|
|
|
|
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 for the review.
|
|
|
|
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.
|
|
|
|
|
|
|
|
|
|
subquery.
|
|
Thanks Simon Charette for the test.
|
|
|
|
appropriate.
|
|
|
|
|
|
|
|
|
|
related set.
|
|
|
|
|
|
Thanks Anssi Kääriäinen for providing the solution.
|
|
Thanks Marcin Biernat for the initial patch and tests.
|