| Age | Commit message (Collapse) | Author |
|
|
|
|
|
same name on Oracle 12.1.
Regression in 0899d583bdb140910698d00d17f5f1abc8774b07.
Thanks Tim Graham for the review and Jani Tiainen for help.
|
|
Thanks Ramiro Morales for contributing to the patch.
|
|
Thanks carltongibson for the idea and weijunji for the initial patch.
|
|
|
|
Regression in a253a580e6f20fb7087490225538422eb6cab0bb
|
|
|
|
|
|
Regression in 4acae21846f6212aa992763e587c7e201828d7b0.
Thanks Stephen Brooks for the report.
|
|
allow_sliced_subqueries_with_in.
After 0899d583bdb140910698d00d17f5f1abc8774b07 this database feature is
false only on MySQL which doesn't support sliced subqueries only with
IN/ALL/ANY/SOME.
|
|
model.
Thanks Shai Berger for the review.
|
|
|
|
|
|
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.
|
|
|
|
|
|
|
|
|