| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
expression.
Fixed in f19a4945e1191e1696f1ad8e6cdc6f939c702728.
|
|
|
|
RFC 2109 was obsoleted by RFC 2965 which was obsoleted by RFC 6265.
|
|
Unused since its introduction in dd5320d1d56ca7603747dd68871e72eee99d9e67.
|
|
Required for IE<7.
|
|
|
|
Unused since d2180a6bf3a72bad67bf4897b0ce2d94a6214fc4.
|
|
Unused since fa0653cd1d791a8bce835e8992cbeab6fd70d0e7.
|
|
Unused since its introduction in dd5320d1d56ca7603747dd68871e72eee99d9e67.
|
|
Required for IE<9.
|
|
|
|
|
|
|
|
|
|
|
|
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.
|
|
|