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
/
tests
/
constraints
/
models.py
Age
Commit message (
Expand
)
Author
2025-03-01
Fixed #36198 -- Implemented unresolved transform expression replacement.
Simon Charette
2024-10-10
Fixed #35103 -- Used provided error code and message when fields is set witho...
gabn88
2024-08-12
Fixed #35575 -- Added support for constraint validation on GeneratedFields.
Mark Gensler
2024-08-05
Fixed #35638 -- Updated validate_constraints to consider db_default.
David Sanders
2024-03-01
Refs #35234 -- Deprecated CheckConstraint.check in favor of .condition.
Simon Charette
2023-08-04
Fixed #34754 -- Fixed JSONField check constraints validation on NULL values.
Simon Charette
2023-02-24
Refs #34338 -- Fixed isolation of constraints tests.
Mariusz Felisiak
2022-05-10
Fixed #30581 -- Added support for Meta.constraints validation.
Gagaro
2022-05-05
Refs #30581 -- Moved CheckConstraint tests for conditional expressions to mig...
Mariusz Felisiak
2022-02-07
Refs #33476 -- Reformatted code with Black.
django-bot
2020-07-27
Fixed #31815 -- Fixed schema value encoding on PostgreSQL.
Mariusz Felisiak
2020-06-04
Refs #30913 -- Added system checks for covering indexes and unique constraint...
Mariusz Felisiak
2020-06-04
Fixed #30913 -- Added support for covering indexes on PostgreSQL 11+.
Hannes Ljungberg
2020-04-30
Fixed #20581 -- Added support for deferrable unique constraints.
Ian Foote
2020-04-17
Refs #31351 -- Made partial constraints tests use required_db_features.
Mariusz Felisiak
2019-11-21
Fixed #30484 -- Added conditional expressions support to CheckConstraint.
Simon Charette
2019-08-12
Refs #11964 -- Made constraint support check respect required_db_features.
Simon Charette
2019-07-08
Fixed #30397 -- Added app_label/class interpolation for names of indexes and ...
can
2019-01-12
Fixed #30062 -- Added support for unique conditional constraints.
Paveł Tyślacki
2018-11-13
Fixed #29641 -- Added support for unique constraints in Meta.constraints.
Simon Charette
2018-10-02
Refs #11964 -- Changed CheckConstraint() signature to use keyword-only argume...
Simon Charette
2018-07-10
Fixed #11964 -- Added support for database check constraints.
Ian Foote