| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
breakpoint.
|
|
|
|
__init__.py has been removed from the default ignore list.
|
|
|
|
|
|
|
|
|
|
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.
|
|
|
|
|
|
|
|
as it's inactive.
|
|
|
|
|
|
Delaying merging assets as long as possible avoids introducing
incorrect relative orderings that cause a broken final result.
|