| Age | Commit message (Collapse) | Author |
|
By trading ValueError for TypeError for omitted name arguments,
we gain a little clarity.
|
|
|
|
|
|
Lines in the docs files were manually adjusted to conform to the
79 columns limit per line (plus newline), improving readability and
consistency across the content.
|
|
|
|
|
|
|
|
per deprecation timeline.
|
|
without a condition on UniqueConstraint.
|
|
This also removes remaining versionadded/changed annotations for older
versions.
|
|
JSONField constraints.
Known issues have been fixed in:
- 0d8fbe2ade29f1b7bd9e6ba7a0281f5478603a43,
- c991602ce5798385261381025c06698d7fd30dc5, and
- 26aae5614487f58ddb1df5726224393887373ecd.
|
|
Oracle 23c supports comparing boolean expressions.
|
|
Once the deprecation period ends CheckConstraint.check() can become the
documented method that performs system checks for BaseConstraint
subclasses.
|
|
|
|
are not created.
|
|
|
|
|
|
BaseConstraint and subclasses.
|
|
|
|
|
|
JSONFields.
Thanks Dan LaManna for the report.
|
|
Bug in 667105877e6723c6985399803a364848891513cc.
Thanks James Beith for the report.
|
|
|
|
Thanks Simon Charette, Keryn Knight, and Mariusz Felisiak for reviews.
|
|
|
|
Regression in 3aa545281e0c0f9fac93753e3769df9e0334dbaa.
Thanks Hervé Le Roy for the report.
|
|
|
|
Thanks Ian Foote and Mariusz Felisiak for reviews.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
validation.
|
|
constraints.
|
|
|
|
|
|
|
|
abstract base classes.
Thanks Carlton Gibson for the review.
|
|
|
|
|
|
|
|
This constraint is similar to Meta.unique_together but also allows
specifying a name.
Co-authored-by: Ian Foote <python@ian.feete.org>
|
|
|