David Sanders
|
a8de04f8db
[5.0.x] Refs #34964 -- Doc'd that Q expression order is preserved.
|
1 年之前 |
jordanbae
|
dd2d76803c
[5.0.x] Fixed #34949 -- Clarified when UniqueConstraints with include/nulls_distinct are not created.
|
1 年之前 |
Simon Charette
|
595a2abb58
Fixed #34701 -- Added support for NULLS [NOT] DISTINCT on PostgreSQL 15+.
|
1 年之前 |
django-bot
|
14459f80ee
Fixed #34140 -- Reformatted code blocks in docs with blacken-docs.
|
2 年之前 |
Xavier Fernandez
|
5b3d3e400a
Fixed #34338 -- Allowed customizing code of ValidationError in BaseConstraint and subclasses.
|
2 年之前 |
Xavier Fernandez
|
ad18a0102c
Fixed #34355 -- Deprecated passing positional arguments to BaseConstraint.
|
2 年之前 |
Mariusz Felisiak
|
490cccbe7e
Removed versionadded/changed annotations for 4.1.
|
2 年之前 |
Mariusz Felisiak
|
004f985b91
Refs #34059 -- Doc'd lack of support for validation of constraints with JSONFields.
|
2 年之前 |
David Sanders
|
e14d08cd89
Fixed #33996 -- Fixed CheckConstraint validation on NULL values.
|
2 年之前 |
Carlton Gibson
|
ca1c3151c3
Removed versionadded/changed annotations for 4.0.
|
2 年之前 |
Gagaro
|
667105877e
Fixed #30581 -- Added support for Meta.constraints validation.
|
3 年之前 |
Gagaro
|
9c04af837a
Doc'd BaseConstraint.
|
3 年之前 |
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.
|
5 年之前 |
Mariusz Felisiak
|
f8f0f92ed9
Fixed UniqueConstraint example in ref/models/constraints.txt.
|
5 年之前 |