| Age | Commit message (Collapse) | Author |
|
descriptor_class attribute.
Allows model fields to override the descriptor class used on the model
instance attribute.
|
|
resolved.
|
|
|
|
|
|
receivers.
Thanks Carlton Gibson the review.
|
|
|
|
mixins with CBVs docs.
|
|
validation.
|
|
Thanks to Nick Pope and Mariusz Felisiak for review.
Co-Authored-By: Mariusz Felisiak <felisiak.mariusz@gmail.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
when the right hand side is the same type.
Thanks Tilman Koschnick for the report and initial patch.
Thanks Carlton Gibson the review.
Regression in 6b048b364ca1e0e56a0d3815bf2be33ac9998355.
|
|
Expressions referring to different bound fields should not be
considered equal.
Thanks Julien Enselme for the detailed report.
Regression in bc7e288ca9554ac1a0a19941302dea19df1acd21.
|
|
|
|
|
|
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.
|
|
password and required fields.
|
|
Equivalent note for PermissionsMixin was added in d33864ed138f65070049a3ac20ee98e03a1442b9.
|
|
|
|
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
|
|
decorator.
|
|
have __file__ attribute.
|
|
|
|
|
|
|
|
ManyToManyField.
|
|
|
|
|
|
This adds an ASGI handler, asgi.py file for the default project layout,
a few async utilities and adds async-safety to many parts of Django.
|
|
object.
|
|
|
|
|
|
|
|
|