| Age | Commit message (Collapse) | Author |
|
|
|
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.
|
|
|
|
|
|
|
|
fields subqueries.
The ticket was already fixed by
b68212f539f206679580afbfd008e7d329c9cd31.
Thanks to Beauhurst for commissioning the work on this ticket.
|
|
The test results were dependent on the order in which the
tests were run.
|
|
Ticket #24090 was already fixed by
b68212f539f206679580afbfd008e7d329c9cd31, this commit adds tests to
verify this is indeed the case.
Thanks to Beauhurst for commissioning the work on this ticket.
|
|
|
|
|
|
|
|
object filters.
|
|
Thanks to charettes and priidukull for investigating the issue, and to
kurevin for the report.
|
|
|
|
Previously related fields didn't implement get_lookup, instead
related fields were treated specially. This commit removed some of
the special handling. In particular, related fields return Lookup
instances now, too.
Other notable changes in this commit is removal of support for
annotations in names_to_path().
|
|
|