mirror of
https://github.com/django/django.git
synced 2025-10-31 09:41:08 +00:00
Generalized check constraint docs for other constraints.
This commit is contained in:
committed by
Tim Graham
parent
d0af5de122
commit
8eae094638
@@ -30,8 +30,8 @@ officially support the latest release of each series.
|
||||
What's new in Django 2.2
|
||||
========================
|
||||
|
||||
Check Constraints
|
||||
-----------------
|
||||
Constraints
|
||||
-----------
|
||||
|
||||
The new :class:`~django.db.models.CheckConstraint` class enables adding custom
|
||||
database constraints. Constraints are added to models using the
|
||||
|
||||
Reference in New Issue
Block a user