| Age | Commit message (Collapse) | Author |
|
|
|
constraints.
|
|
|
|
values on Oracle.
This is currently not actively used, since the ORM will ask the
SQL compiler to only return auto fields.
|
|
compliant.
|
|
|
|
means no match.
|
|
Co-Authored-By: Arman <armansabyrov@gmail.com>
|
|
|
|
UserAdmin with a custom user model.
|
|
Thanks to Evgeniy Krysanov for the report and the idea to use to_python.
Thanks to Mariusz Felisiak for the test case.
|
|
get_resolver() for a default URLconf (passing no argument) and for
settings.ROOT_URLCONF should return the same cached object.
|
|
localhost is non-ASCII.
Assisted by felixxm.
|
|
|
|
password and required fields.
|
|
Equivalent note for PermissionsMixin was added in d33864ed138f65070049a3ac20ee98e03a1442b9.
|
|
|
|
ADMINS/MANAGERS is set incorrectly.
|
|
|
|
commands.
|
|
addresses without single quotes.
|
|
|
|
|
|
SECURE_PROXY_SSL_HEADER if set.
An HTTP request would not be redirected to HTTPS when the
SECURE_PROXY_SSL_HEADER and SECURE_SSL_REDIRECT settings were used if
the proxy connected to Django via HTTPS.
HttpRequest.scheme will now always trust the SECURE_PROXY_SSL_HEADER if
set, rather than falling back to the request scheme when the
SECURE_PROXY_SSL_HEADER did not have the secure value.
Thanks to Gavin Wahl for the report and initial patch suggestion, and
Shai Berger for review.
|
|
|
|
|
|
Forward port of b3f7262e6e5d9e68e37fb21af89ed6656291faa3 from stable/2.2.x
|
|
Thanks Claude Paroz for assistance with translations.
|
|
parameter.
|
|
on joined fields.
Co-Authored-By: Simon Charette <charette.s@gmail.com>
|
|
|
|
|
|
|
|
USE_L10N is disabled.
|
|
decorator.
|
|
have __file__ attribute.
|
|
|
|
target field.
|
|
optional parameters.
Previous behavior was inconsistent with django.urls.reverse() and
caused that translate_url() created an incorrect URL when an optional
parameter was missing.
|
|
provided optional parameter.
|
|
django.urls.reverse().
|
|
Path.resolve(strict=True).
|
|
|
|
|
|
|
|
|
|
|
|
ManyToManyField.
|
|
|
|
|