| Age | Commit message (Collapse) | Author |
|
Co-authored-by: Carlton Gibson <carlton.gibson@noumenal.es>
|
|
|
|
|
|
Benchmarking shows that about 22% of the startup time for a simple
django project was spent importing jinja2, which the project doesn't
use.
It's reasonable to make this import lazy. This will only affect
projects where jinja2 is installed but not used, but given the
prevalence of jinja2 that's likely to be many environments (e.g. if
Ansible is installed, or the global Python install is used).
|
|
Thanks Simon Charette and Mariusz Felisiak for reviews.
|
|
changes.
|
|
Previously, backends used different keys "swedish-ci" or "swedish_ci".
|
|
Thanks to Nick Pope for review.
|
|
|
|
Removed a dublicated call to get_public_serializer_formats which
had already populated self.serialization_formats.
Thanks to Nick Pope for review.
|
|
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.
|
|
PostgreSQL backend.
This hook is for the CockroachDB backend where the name is 'prefix'.
|
|
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.
|