| Age | Commit message (Collapse) | Author |
|
|
|
Thanks Simon Charette for the initial patch.
|
|
|
|
|
|
Thanks Simon Charette and Mariusz Felisiak for reviews.
|
|
Previously, backends used different keys "swedish-ci" or "swedish_ci".
|
|
combined querysets.
|
|
|
|
|
|
|
|
|
|
Thanks Gordon Wrigley for the report.
Regression in 8a6df55f2dd5131282084a4edfd48f63fbf8c69a.
|
|
django.core.files.locks.lock()/unlock() on POSIX systems.
|
|
|
|
There's no problem creating the models on MySQL and Oracle
(which don't support 3D storage) but CockroachDB currently
crashes with a syntax error.
|
|
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.
|
|
|
|
|
|
destroyed while request is processing.
|
|
|
|
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.
|
|
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".
|
|
|
|
|
|
|
|
|
|
|
|
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.
|
|
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.
|
|
|
|
|
|
on PostgreSQL.
Thanks Marc Debureaux for the report.
Thanks Simon Charette, Nick Pope, and Adam Johnson for reviews.
|