| Age | Commit message (Collapse) | Author |
|
|
|
|
|
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.
|
|
|
|
|
|
|
|
ForeignKey/OneToOneField
|
|
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().
|
|
|
|
|
|
This issue was fixed in afe0bb7b13bb8dc4370f32225238012c873b0ee3.
|
|
At the same time, made sure that empty nodes in where clause match
everything.
|
|
Thanks Anssi Kääriäinen, Marc Tamlyn, and Tim Graham for the reviews.
|
|
|
|
refs #11629.
|