| Age | Commit message (Collapse) | Author |
|
|
|
for RangeFields.
Co-Authored-By: Mariusz Felisiak <felisiak.mariusz@gmail.com>
|
|
Thanks Simon Charette for the review.
|
|
|
|
|
|
the database optimization docs.
|
|
|
|
to access raw image data.
|
|
|
|
Co-authored-by: Nick Pope <nick.pope@flightdataservices.com>
|
|
Co-authored-by: Nick Pope <nick.pope@flightdataservices.com>
|
|
|
|
RangeFields.
_get_FIELD_display() crashed when Field.choices was unhashable.
|
|
historical models bases.
Abstract models are removed from bases when generating historical model
state since 6436f1fad9ce51f18735106ac75aeea3d6d1f310.
|
|
|
|
docs.
Thanks Curtis Maloney for the original patch.
|
|
|
|
|
|
command-line client.
|
|
Unused since e651b3095c950627b1eed1527f2bb011ddad03de.
|
|
ModelAdmin.actions docs.
The queryset argument is already filtered, and request.POST doesn't
contain all selected objects when "Select All" is used.
|
|
|
|
|
|
Support for sqlparse < 0.2.2 was broken in
782d85b6dfa191e67c0f1d572641d8236c79174c because is_whitespace property
was added in sqlparse 0.2.2.
|
|
|
|
|
|
QuerySet.select_for_update() options.
Thanks Par Andersson for reporting the issue.
|
|
|
|
django.contrib modules.
The Django "Model Meta options" docs provide examples and generally
point the reader to use lists for the unique_together and ordering
options. Follow our own advice for contrib models.
More generally, lists should be used for homogeneous sequences of
arbitrary lengths of which both unique_together and ordering are.
|
|
Follow up to 97d3321e89c8d4434927bdbc308db1ccffa99d3b.
|
|
|
|
|
|
|
|
Thanks Sergey Fedoseev for the implementation idea.
Regression in a68ea231012434b522ce45c513d84add516afa60.
|
|
|
|
|
|
|
|
|
|
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.
|
|
with assertWarnsMessage().
|
|
|
|
|
|
access raw image data.
|
|
|
|
|
|
|
|
|
|
select_for_update() on MySQL.
|
|
|
|
|