Added
- Add
Model.raw
method to support the raw sql query. - Add
QuerySet.bulk_update
method. (#924) - Add
QuerySet.in_bulk
method. - Add
MaxValueValidator
andMinValueValidator
(#927)
Fixed
- Fix
QuerySet
subclass being lost when_clone
is run on the instance. - Fix bug in
.values
withsource_field
. (#844) - Fix
contrib.blacksheep
exception handlers, use builtin json response. (#914) - Fix Indexes defined in Meta class do not make use of
exists
parameter in their template (#928)