| Age | Commit message (Collapse) | Author |
|
|
|
defaults.
Thanks Claude Paroz for the initial patch.
|
|
|
|
in ModelAdmin.list_display.
|
|
|
|
|
|
Thanks Jan Baryła for the detailed report and the reduced test case.
|
|
|
|
Thanks Can Sarıgöl for the suggested trimming approach.
|
|
|
|
|
|
|
|
Reverted cc79c7ee637e65c8da27e56d746c87903d5ec901.
|
|
|
|
After 3a505c70e7b228bf1212c067a8f38271ca86ce09, all _prepare() methods
return self.
|
|
|
|
This makes Subquery a thin wrapper over Query and makes sure it respects
the Expression source expression API by accepting the same number of
expressions as it returns. Refs #30188.
It also makes OuterRef usable in Query without Subquery wrapping. This
should allow Query's internals to more easily perform subquery push downs
during split_exclude(). Refs #21703.
|
|
Subquery only uses Query.
|
|
Now that subquery annotations aren't included in the GROUP BY unless
explicitly grouped against, the test works on Oracle.
|
|
Subquery annotations can be omitted from the GROUP BY clause on aggregation
as long as they are not explicitly grouped against.
Thanks Jonny Fuller for the report.
|
|
|
|
Follow up to 0ce2ad9ca4623cfd6dc2515430c0ae8a1717a607.
|
|
|
|
|
|
Helps distinguish between lowercase L and uppercase I.
|
|
|
|
|
|
|
|
functions.
Thanks Mariusz Felisiak and Tim Graham for reviews.
|
|
|
|
Follow up to 3a4558b84f76c1dbe54c8c38e90e4048c2bd3e9a.
|
|
Follow up to a57c783dd4e6dc73847081221827a1902eede88b.
|
|
systems.
Thanks Andreas Beckmann and Chris Lamb for the report.
|
|
Thanks to Tim Graham for review.
|
|
|
|
Thanks Tilman Koschnick for the report and patch.
|
|
removing Meta constraints/indexes.
|
|
removing Meta constraints.
|
|
|
|
|
|
__init__().
Regression in a68ea231012434b522ce45c513d84add516afa60.
|
|
checks allow subclasses.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Unused since 8bd7b598b6de1be1e3f72f3a1ee62803b1c02010.
|