| Age | Commit message (Collapse) | Author |
|
An additional test and a code change were suggested in a late review.
|
|
|
|
OneToOneField primary key to a non-pk field.
|
|
|
|
It was needed to pass tests because registered checks weren't properly mocked.
|
|
|
|
Uneeded since 29ea9714ee23525000dd8bdb7a9aafb2147de8c7.
|
|
|
|
DjangoCon US.
|
|
|
|
|
|
Unused since f6acd1d271122d66de8061e75ae26137ddf02658.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
without source code.
|
|
CharField form field.
|
|
|
|
Thanks Shai Berger, Tim Graham and Aymeric Augustin for reviews and
Renbi Yu for the initial patch.
|
|
|
|
Thanks Windson for the initial patch.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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.
|