| Age | Commit message (Collapse) | Author |
|
|
|
Unneeded since c3c6c92d769d44a98299c462c48a9599c0172e91.
|
|
|
|
|
|
operation's atomic flag when migrating backwards.
|
|
|
|
CombinedExpression(output_field=DecimalField()) annotation on SQLite.
|
|
Thanks Tim Graham for the review.
|
|
|
|
* Removed all hardcoded logic for _{fieldname}_cache.
* Added an internal API for interacting with the field values cache.
Thanks carljm and MarkusH for support.
|
|
strings only when it's needed.
|
|
|
|
|
|
Follow up to 8f6a1a15516629b30e2fa2c48d5e682f7955868c.
|
|
It's unclear if the original change was needed, but it seems unneeded now.
Reverted 6fc10f50b0c9b877fffcad4893056cb91fa66b4f.
|
|
|
|
Thanks Tim Graham for the review.
|
|
all together.
Tested that the extra select that appears in the select clause only because of
distinct() and order_by() doesn't appear in the result values.
|
|
|
|
Thanks Tim Graham for the review.
|
|
|
|
|
|
|
|
|
|
prefetched from its parent.
|
|
|
|
|
|
|
|
projects.
Developed by Timothy Allen and Chad Whitman of The Wharton School with
shepherding from Aymeric Augustin and Collin Anderson.
|
|
|
|
FormatStylePlaceholderCursor._fix_for_params().
Obsolete since fae56427e1987ff8c8bd24d6331007f9c53e7abc.
|
|
Unused since f59fd15c4928caf3dfcbd50f6ab47be409a43b01 (Combinable) and
since its introduction in 2d877da85526bad0dad7fd6b1d56b1f924c0116a
(SearchVectorCombinable/SearchQueryCombinable/SearchQuery).
|
|
Tests were omitted in the original commit: a56a226241f5808b2eaf1e4b5a155d35047b8a06.
|
|
"unicode hint".
The test passes before and after the removal. unicode_hint will never
be SafeText, so normal autoescaping is sufficient.
|
|
|
|
|
|
|
|
|
|
Unused since 9eb2afddfa0165d69f3e506122c2aa2b68618591.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
value to None.
Also fixed crash of .filter(field__transform=None).
|
|
|
|
|
|
|
|
Follow up to a51c4de1945be2225f20fad794cfb52d8f1f9236.
|