Simon Charette
|
8b3e1b6e9e
|
Refs #11964 -- Made constraint support check respect required_db_features.
This will notably silence the warnings issued when running the test
suite on MySQL.
|
2019-08-12 06:44:37 +02:00 |
can
|
febe136d4c
|
Fixed #30397 -- Added app_label/class interpolation for names of indexes and constraints.
|
2019-07-08 14:57:56 +02:00 |
Paveł Tyślacki
|
b69f8eb04c
|
Fixed #30062 -- Added support for unique conditional constraints.
|
2019-01-12 09:50:20 -05:00 |
Simon Charette
|
db13bca60a
|
Fixed #29641 -- Added support for unique constraints in 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>
|
2018-11-13 17:57:27 -05:00 |
Simon Charette
|
9142bebff2
|
Refs #11964 -- Changed CheckConstraint() signature to use keyword-only arguments.
Also renamed the `constraint` argument to `check` to better represent which
part of the constraint the provided `Q` object represents.
|
2018-10-02 10:53:04 -04:00 |
Ian Foote
|
952f05a6db
|
Fixed #11964 -- Added support for database check constraints.
|
2018-07-10 15:32:33 -04:00 |