| Age | Commit message (Collapse) | Author |
|
deletions while protecting direct ones.
|
|
|
|
|
|
|
|
for RangeFields.
Co-Authored-By: Mariusz Felisiak <felisiak.mariusz@gmail.com>
|
|
to access raw image data.
|
|
|
|
Co-authored-by: Nick Pope <nick.pope@flightdataservices.com>
|
|
RangeFields.
_get_FIELD_display() crashed when Field.choices was unhashable.
|
|
|
|
docs.
Thanks Curtis Maloney for the original patch.
|
|
command-line client.
|
|
ModelAdmin.actions docs.
The queryset argument is already filtered, and request.POST doesn't
contain all selected objects when "Select All" is used.
|
|
|
|
|
|
|
|
QuerySet.select_for_update() options.
Thanks Par Andersson for reporting the issue.
|
|
|
|
|
|
|
|
|
|
View.setup() for generic views.
This will ease unit testing of views since setup will essentially do
everything needed to set the view instance up (other than instantiating
it). Credit for idea goes to Vincent Prouillet.
|
|
|
|
|
|
|
|
select_for_update() on MySQL.
|
|
|
|
MariaDB and MySQL 8.0.18+.
|
|
8.0.16+.
|
|
|
|
|
|
|
|
django.db.models.fields.mixins.
|
|
|
|
|
|
|
|
Support was added in 15715bf.
|
|
slashes.
|
|
Cache-Control directive to patch_cache_control().
https://tools.ietf.org/html/rfc7234#section-5.2.2.2
|
|
|
|
|
|
QuerySet.select_related() was already called.
|
|
docs.
|
|
Thanks to Mads Jenson for review.
|
|
|
|
RemoteUserMiddleware.
|
|
|
|
lookup.
|
|
|
|
|