| Age | Commit message (Collapse) | Author |
|
|
|
__init__().
Regression in a68ea231012434b522ce45c513d84add516afa60.
|
|
checks allow subclasses.
|
|
|
|
|
|
|
|
|
|
|
|
verbosity 2+.
|
|
|
|
doesn't use one.
|
|
|
|
|
|
|
|
message.
|
|
This reverts commit 463fe11bc8b2d068e447c5df677e7a31c2af7e03 due to
restore of relative paths sorting from isort < 4.3.5 in isort 4.3.10.
|
|
request.
|
|
|
|
Follow up to 0214f367bc84d7217e42ae0441d500d31c6a5b78.
|
|
in model Meta.ordering.
Follow up to 440505cb2cadbe1a5b9fba246bcde6c04f51d07e.
|
|
Meta.ordering.
|
|
|
|
Thanks gasman for the tests, and codingjoe and timgraham for the review.
|
|
Regression in c8720e7696ca41f3262d5369365cc1bd72a216ca.
|
|
The test in 573f44d62fe1e87e2c20a74eba5e20ca9ff0ed85 doesn't act as a
regression test.
|
|
|
|
|
|
|
|
|
|
The single query insertion path is taken if the backend supports inserts
that ignore conflicts and m2m_changed signals don't have to be sent.
|
|
This prevents IntegrityError caused by race conditions between missing ids
retrieval and bulk insertions.
|
|
|
|
Thanks Tim Graham, Nick Pope and Simon Charette for reviews.
|
|
|
|
initialization.
This addressed a regression introduced by a96b9019320ed8236659ee520a7a017c1bafbc6f as identified by Ran Benita.
|
|
if None is cached.
|
|
|
|
|
|
Made DatabaseWrapper thread sharing logic reentrant. Used a reference
counting like scheme to allow nested uses.
The error appeared after 8c775391b78b2a4a2b57c5e89ed4888f36aada4b.
|
|
2038 is chosen for compatibility with 32-bit systems.
|
|
Regression in 487d904bf253de2f5633f181a168f94086bcd6cb.
|
|
|
|
|
|
Partially reverted 50b8493581fea3d7137dd8db33bac7008868d23a (refs #29654)
to avoid a crash when the user shell doesn't support non-ASCII characters.
|
|
Thanks Viswanathan Mahalingam for the report and initial patch, and
Nicke Pope and Tim Graham for the review.
|
|
|
|
|
|
Thanks Sjoerd Job Postmus for the report and initial patch.
Thanks Michael Manfre, Tim Graham, and Florian Apolloner for review.
|
|
|
|
|