| Age | Commit message (Collapse) | Author |
|
|
|
|
|
Thanks Florian Apolloner and Carlton Gibson for reviews.
|
|
|
|
signatures in docs.
|
|
|
|
<script> tags.
|
|
|
|
Unify on the entry point created by setuptools entry_points feature.
|
|
SmallIntegerField, and DecimalField.
|
|
default when DEBUG=True.
|
|
|
|
|
|
|
|
callable values in through_defaults.
|
|
|
|
"self" with multi-table inheritance.
Thanks Abhijeet Viswa for the report and initial patch.
|
|
|
|
django.utils.dateparse functions.
Co-Authored-By: Ben Wilber <benwilber@gmail.com>
|
|
parse_duration().
|
|
|
|
See https://github.com/ibmdb/python-ibmdb/pull/375
|
|
Support was added in 65129aac07022f23afa1df7ec7fad2216634cb38.
|
|
docs.
|
|
|
|
|
|
|
|
database creation.
|
|
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.
|