| Age | Commit message (Collapse) | Author |
|
Meta.ordering.
Regression in 0ddb4ebf7bfcc4730c80a772dd146a49ef6895f6.
Thanks Julien Dutriaux for the report.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
and driver.
Thanks Daniel Wiesmann for the review.
|
|
a pickled Query.
|
|
|
|
|
|
blocks from the base template.
|
|
|
|
Follow up to 0be51d2226fce030ac9ca840535a524f41e9832c.
|
|
|
|
|
|
|
|
destroyed while request is processing.
|
|
|
|
salted_hmac() validates supported algorithms by checking hashlib
methods.
|
|
Cleanups from addCleanup() are scheduled to happen in reverse order to
the order they are added (LIFO). Ensures each cleanup is executed from
the innermost to the outermost.
|
|
for Http404.
|
|
An oversight in fd209f62f1d83233cc634443cfac5ee4328d98b8.
|
|
integer.
|
|
changes on Oracle.
Field names are always uppercased in the Oracle backend. Changing case
should be a noop to avoid database errors: "ORA-00957: duplicate column
name".
|
|
QuerySet.exclude() in docs.
|
|
|
|
|
|
calls.
|
|
argument optional.
|
|
|
|
|
|
|
|
Regression in 22394bd3a18a7d9a8957a0b431f8ae4e5ca03a8c.
Thanks David Smith for the review.
|
|
backends.
The servers property can be overridden to allow memcached backends to
alter the server configuration prior to it being passed to instantiate
the client. This allows avoidance of documentation for per-backend
differences, e.g. stripping the 'unix:' prefix for pylibmc.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
directories of the file system cache on Python 3.7+.
|
|
static and storage directories on Python 3.7+.
Thanks WhiteSage for the report.
|
|
navigation sidebar.
|
|
|
|
modern browsers.
|
|
Thanks dacotagh for the report.
|
|
The optimization introduced in 7acef095d73 did not properly handle
deletion involving filters against aggregate annotations.
It initially was surfaced by a MariaDB test failure but misattributed
to an undocumented change in behavior that resulted in the systemic
generation of poorly performing database queries in 5b83bae031.
Thanks Anton Plotkin for the report.
Refs #23576.
|
|
|