Hannes Ljungberg
|
1eaf38fa87
Fixed #33335 -- Made model validation ignore functional unique constraints.
|
3 년 전 |
Mariusz Felisiak
|
97237ad3fe
Removed versionadded/changed annotations for 3.2.
|
3 년 전 |
Hannes Ljungberg
|
3aa545281e
Fixed #30916 -- Added support for functional unique constraints.
|
4 년 전 |
Mariusz Felisiak
|
b7dd89ed53
Removed versionadded/changed annotations for 3.1.
|
4 년 전 |
Hannes Ljungberg
|
7edc6e53a7
Fixed #31702 -- Added support for PostgreSQL opclasses in UniqueConstraint.
|
4 년 전 |
Hannes Ljungberg
|
8c7992f658
Fixed #30913 -- Added support for covering indexes on PostgreSQL 11+.
|
5 년 전 |
Hasan Ramezani
|
55556e51fb
Fixed #31650 -- Added note uniqueness of constraints names in docs.
|
4 년 전 |
Mariusz Felisiak
|
4c5236ef93
Removed versionadded/changed annotations for 3.0.
|
4 년 전 |
Ian Foote
|
c226c6cb32
Fixed #20581 -- Added support for deferrable unique constraints.
|
6 년 전 |
Simon Charette
|
e9a0e1d4f6
Fixed #30484 -- Added conditional expressions support to CheckConstraint.
|
5 년 전 |
Mariusz Felisiak
|
416c584cab
Removed versionadded/changed annotations for 2.2.
|
5 년 전 |
Mariusz Felisiak
|
230d75f59c
Refs #30547 -- Clarified that partial UniqueConstraints don't affect model validation.
|
5 년 전 |
can
|
febe136d4c
Fixed #30397 -- Added app_label/class interpolation for names of indexes and constraints.
|
5 년 전 |
Claude Paroz
|
8590726a5d
Removed unneeded non-breaking spaces added in 00169bc36
|
5 년 전 |
Swat009
|
00169bc361
Fixed #30547 -- Doc'd how Meta.constraints affect model validation.
|
5 년 전 |
GwynBleidD
|
5402061c80
Refs #30062 -- Corrected UniqueConstraint signature in docs.
|
5 년 전 |
Mariusz Felisiak
|
5df3301aab
Fixed #30362 -- Noted partial indexes and constraints restrictions with abstract base classes.
|
6 년 전 |
Mariusz Felisiak
|
f8f0f92ed9
Fixed UniqueConstraint example in ref/models/constraints.txt.
|
6 년 전 |
Paveł Tyślacki
|
b69f8eb04c
Fixed #30062 -- Added support for unique conditional constraints.
|
6 년 전 |
Tim Graham
|
cf1fe22009
Fixed typos in docs/ref/models/constraints.txt.
|
6 년 전 |
Simon Charette
|
db13bca60a
Fixed #29641 -- Added support for unique constraints in Meta.constraints.
|
6 년 전 |
Simon Charette
|
8eae094638
Generalized check constraint docs for other constraints.
|
6 년 전 |