index
:
chango.git
devmain
fix-31295
initial-branch
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
docs
/
ref
/
models
/
constraints.txt
Age
Commit message (
Expand
)
Author
2023-03-01
[4.2.x] Fixed #34140 -- Reformatted code blocks in docs with blacken-docs.
django-bot
2022-10-12
Refs #34059 -- Doc'd lack of support for validation of constraints with JSONF...
Mariusz Felisiak
2022-09-13
Fixed #33996 -- Fixed CheckConstraint validation on NULL values.
David Sanders
2022-05-17
Removed versionadded/changed annotations for 4.0.
Carlton Gibson
2022-05-10
Fixed #30581 -- Added support for Meta.constraints validation.
Gagaro
2022-03-16
Doc'd BaseConstraint.
Gagaro
2021-12-06
Fixed #33335 -- Made model validation ignore functional unique constraints.
Hannes Ljungberg
2021-09-20
Removed versionadded/changed annotations for 3.2.
Mariusz Felisiak
2021-02-23
Fixed #30916 -- Added support for functional unique constraints.
Hannes Ljungberg
2021-01-14
Removed versionadded/changed annotations for 3.1.
Mariusz Felisiak
2020-06-16
Fixed #31702 -- Added support for PostgreSQL opclasses in UniqueConstraint.
Hannes Ljungberg
2020-06-04
Fixed #30913 -- Added support for covering indexes on PostgreSQL 11+.
Hannes Ljungberg
2020-06-04
Fixed #31650 -- Added note uniqueness of constraints names in docs.
Hasan Ramezani
2020-05-13
Removed versionadded/changed annotations for 3.0.
Mariusz Felisiak
2020-04-30
Fixed #20581 -- Added support for deferrable unique constraints.
Ian Foote
2019-11-21
Fixed #30484 -- Added conditional expressions support to CheckConstraint.
Simon Charette
2019-09-10
Removed versionadded/changed annotations for 2.2.
Mariusz Felisiak
2019-07-18
Refs #30547 -- Clarified that partial UniqueConstraints don't affect model va...
Mariusz Felisiak
2019-07-08
Fixed #30397 -- Added app_label/class interpolation for names of indexes and ...
can
2019-06-22
Removed unneeded non-breaking spaces added in 00169bc36
Claude Paroz
2019-06-20
Fixed #30547 -- Doc'd how Meta.constraints affect model validation.
Swat009
2019-05-20
Refs #30062 -- Corrected UniqueConstraint signature in docs.
GwynBleidD
2019-04-25
Fixed #30362 -- Noted partial indexes and constraints restrictions with abstr...
Mariusz Felisiak
2019-04-25
Fixed UniqueConstraint example in ref/models/constraints.txt.
Mariusz Felisiak
2019-01-12
Fixed #30062 -- Added support for unique conditional constraints.
Paveł Tyślacki
2019-01-10
Fixed typos in docs/ref/models/constraints.txt.
Tim Graham
2018-11-13
Fixed #29641 -- Added support for unique constraints in Meta.constraints.
Simon Charette
2018-11-13
Generalized check constraint docs for other constraints.
Simon Charette