1
0
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:
Simon Charette
2018-08-05 22:30:44 -04:00
committed by Tim Graham
parent d0af5de122
commit 8eae094638
4 changed files with 14 additions and 15 deletions

View File

@@ -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