| Age | Commit message (Collapse) | Author |
|
|
|
|
|
Regression in 2bc38bc7cae002f949157d95e3f0c19ea6b8ca5c.
Thanks haki for the report.
|
|
required mutually exclusive group is passed in options.
|
|
This patch allows upload handlers to handle interrupted uploads.
Co-Authored-By: Mariusz Felisiak <felisiak.mariusz@gmail.com>
|
|
when StopUpload is raised.
|
|
Forwardport of f7397bb7c8cb938161a9d43a16ee974f41c96a8b from stable/3.1.x.
|
|
|
|
over aggregation aliases.
|
|
plural count is not a number.
|
|
formsets.
|
|
|
|
|
|
forms.UUIDField.
|
|
|
|
|
|
Thanks Javier Matos Odut for the report.
|
|
GenericForeignKeys are not supported.
|
|
|
|
|
|
|
|
elements.
Previously examples such as '<a/><b/>' would not match in '<a/><b/><c/>'.
|
|
inputs.
|
|
|
|
|
|
are disabled.
Thanks Jaap Roes for the report.
|
|
app_config.verbose_name is already in app_dict.
|
|
|
|
Thanks Simon Charette for the initial patch.
|
|
|
|
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'.
|