| Age | Commit message (Collapse) | Author |
|
|
|
|
|
functions.
Thanks Mariusz Felisiak and Tim Graham for reviews.
|
|
|
|
|
|
|
|
Thanks Tim Graham, Nick Pope and Simon Charette for reviews.
|
|
|
|
Dicts preserve order since Python 3.6.
|
|
|
|
|
|
Looks like an accidental carry over from the pre-existing
QuerySet.bulk_create documentation.
|
|
|
|
through model.
|
|
Keeps precision instead of forcing DecimalField to FloatField.
|
|
Keeps precision instead of forcing DecimalField to FloatField.
|
|
Keeps precision instead of forcing DecimalField to FloatField.
|
|
Thanks Mariusz Felisiak for Oracle advice and review.
|
|
|
|
|
|
Thanks Nick Pope, Mariusz Felisiak, and Tim Graham for reviews.
|
|
|
|
|
|
of Meta.constraints.
|
|
|
|
|
|
|
|
|
|
|
|
This constraint is similar to Meta.unique_together but also allows
specifying a name.
Co-authored-by: Ian Foote <python@ian.feete.org>
|
|
|
|
|
|
Thanks to Ian Foote, Mariusz Felisiak, Simon Charettes, and
Markus Holtermann for comments and feedback.
|
|
|
|
|
|
arguments.
Also renamed the `constraint` argument to `check` to better represent which
part of the constraint the provided `Q` object represents.
|
|
|
|
|
|
|
|
|
|
Thanks Ramiro Morales for contributing to the patch.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|