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
2025-12-19
Fixed #36808 -- Required name argument in UniqueConstraint signature.
Jonathan Biemond
2025-10-03
Fixed #36623 -- Dropped support for PostgreSQL 14 and PostGIS 3.1.
Mariusz Felisiak
2025-09-17
Removed versionadded/changed annotations for 5.2.
Jacob Walls
2025-08-25
Refs #36485 -- Rewrapped docs to 79 columns line length.
David Smith
2025-08-13
Aligned format of constraint examples in docs/ref/models/constraints.txt.
David Sanders
2025-02-14
Corrected wording in docs/ref/models/constraints.txt.
Luke Cousins
2025-01-15
Refs #35234 -- Removed CheckConstraint.check per deprecation timeline.
Sarah Boyce
2025-01-15
Refs #34355 -- Removed support for positional arguments in BaseConstraint per...
Sarah Boyce
2024-10-10
Fixed #35103 -- Used provided error code and message when fields is set witho...
gabn88
2024-05-22
Removed versionadded/changed annotations for 5.0.
Natalia
2024-03-18
Refs #34059, Refs #34060 -- Removed outdated warning about validation of JSON...
Mariusz Felisiak
2024-03-15
Refs #33996 -- Updated CheckConstraint validation on NULL values on Oracle 23c+.
Mariusz Felisiak
2024-03-01
Refs #35234 -- Deprecated CheckConstraint.check in favor of .condition.
Simon Charette
2024-02-28
Refs #34964 -- Doc'd that Q expression order is preserved.
David Sanders
2024-01-15
Fixed #34949 -- Clarified when UniqueConstraints with include/nulls_distinct ...
jordanbae
2023-07-19
Fixed #34701 -- Added support for NULLS [NOT] DISTINCT on PostgreSQL 15+.
Simon Charette
2023-03-01
Fixed #34140 -- Reformatted code blocks in docs with blacken-docs.
django-bot
2023-02-23
Fixed #34338 -- Allowed customizing code of ValidationError in BaseConstraint...
Xavier Fernandez
2023-02-22
Fixed #34355 -- Deprecated passing positional arguments to BaseConstraint.
Xavier Fernandez
2023-01-17
Removed versionadded/changed annotations for 4.1.
Mariusz Felisiak
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