| Age | Commit message (Collapse) | Author |
|
Thanks Tim Graham for the review.
|
|
MultipleObjectsReturned classes.
|
|
|
|
Thanks Tim Graham for the review.
|
|
Incorrect on Oracle.
|
|
PEP 249.
|
|
Thanks Tim Graham for the review.
|
|
|
|
SQLInsertCompiler.execute_sql() check.
Unused since 7deb25b8dd5aa1ed02b5e30cbc67cd1fb0c3d6e6.
|
|
|
|
|
|
Missed in 08654a99bbdd09049d682ae57cc94241534b29f0.
|
|
Thanks Simon Charette for the review.
|
|
|
|
|
|
|
|
|
|
support.
Thanks Anssi Kääriäinen for contributing to the patch.
|
|
Unneeded since its introduction in 4f138fe5a496a81115c4fba6615a517fc62c3b17.
|
|
key in an Index's fields.
|
|
Thanks Josh Smeaton, Mariusz Felisiak, Sergey Fedoseev, Simon Charettes,
Adam Chainz/Johnson and Tim Graham for comments and reviews and Jamie
Cockburn for initial patch.
|
|
Seems unneeded since its introduction in
f59fd15c4928caf3dfcbd50f6ab47be409a43b01.
|
|
|
|
|
|
This wasn't possible when settings were accessed during Field initialization
time as our test suite setup script was triggering imports of expressions
before settings were configured.
|
|
Deferring accesses to settings allows database fields to be initialized before
settings are loaded.
|
|
This reverts commit 550cb3a365dee4edfdd1563224d5304de2a57fda
because try/except performs better.
|
|
|
|
|
|
functools.partial()/partialmethod().
|
|
deque() isn't needed since algorithm doesn't require FIFO.
|
|
QuerySet.earliest()/latest().
|
|
|
|
|
|
|
|
|
|
|
|
Previously, deferring fields in different classes didn't omit the
superclass' deferred field.
Thanks Simon Charette for the suggested fix.
|
|
Previously, it was a QuerySet which could reevaluate to a new value if the
model's data changes. This is inconsistent with other Field.value_from_object()
methods.
This allows reverting the fix in the admin for refs #27998.
|
|
|
|
A few of these were unnecessarily added in 2b281cc35ed9d997614ca3c416928d7fabfef1ad.
|
|
|
|
|
|
OneToOneField primary key to a non-pk field.
|
|
|
|
|
|
|
|
|
|
|
|
|