Mariusz Felisiak
|
5df3301aab
|
Fixed #30362 -- Noted partial indexes and constraints restrictions with abstract base classes.
Thanks Carlton Gibson for the review.
|
2019-04-25 07:36:07 +02:00 |
Mariusz Felisiak
|
f8f0f92ed9
|
Fixed UniqueConstraint example in ref/models/constraints.txt.
|
2019-04-25 07:36:07 +02:00 |
Paveł Tyślacki
|
b69f8eb04c
|
Fixed #30062 -- Added support for unique conditional constraints.
|
2019-01-12 09:50:20 -05:00 |
Tim Graham
|
cf1fe22009
|
Fixed typos in docs/ref/models/constraints.txt.
|
2019-01-10 18:52:42 -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
|
8eae094638
|
Generalized check constraint docs for other constraints.
|
2018-11-13 17:57:27 -05:00 |