| Age | Commit message (Collapse) | Author |
|
|
|
|
|
prefetching their results.
Thanks Loïc for the suggested improvements and Tim for the review.
|
|
|
|
objects.
PostgreSQL support only.
Thanks Vladislav Manchev and alesasnouski for working on the patch.
|
|
behave.
This partially reverts commit bc7d201bdbaeac14a49f51a9ef292d6312b4c45e.
Thanks Tim for the review.
Refs #25858.
|
|
It was added in 20bab2cf9d02a5c6477d8aac066a635986e0d3f3 and stopped being
used for `Range` in 00aa562884a418c4ee20e223ab82c3455997ee7d when
`bilateral` was added to `Transform`.
|
|
|
|
|
|
|
|
|
|
different databases.
|
|
|
|
|
|
|
|
Thanks Simon Charette for the test.
|
|
fields.
|
|
ForeignObject.get_extra_descriptor_filter().
|
|
|
|
Although reverse accessor clashes should be skipped query name can't be hidden.
Thanks to Ian Foote and Tim Graham for the review.
|
|
cause deadlocks.
|
|
|
|
|
|
|
|
|
|
|
|
Thanks to Karl Hobley for the report and Markus, Shai, Aymeric for their input
and Tim for the review.
|
|
|
|
Thanks to Tim for the review.
|
|
|
|
Thanks to Tim Graham for the review.
|
|
|
|
|
|
|
|
The use of predictable filenames in /tmp often leads to symlink attacks
so remove the most obvious use of them in the docs.
|
|
warning.
|
|
|
|
|
|
on Oracle.
|
|
|
|
There is no need to wrap the save() call in transaction.atomic() as
it's already done down the call stack in Model.save_base().
|
|
Thanks to Trac aliases gerricom for the report, raphaelmerx for the
attempts to reproduce and Sergey Fedoseev and Tim for the review.
Refs #16891
|
|
|
|
|
|
|
|
|
|
w/on_delete=SET_NULL.
|
|
|
|
Avoided unnecessary list operations and delattr() calls that result
in an exception being raised as it causes call frame reconstruction
which is very costly, especially so in a function that is called
millions of times.
|
|
|