diff options
| author | Simon Charette <charette.s@gmail.com> | 2018-08-05 22:30:44 -0400 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2018-11-13 17:57:27 -0500 |
| commit | 8eae094638acf802c8047b341d126d94bc9b45a3 (patch) | |
| tree | 7d351d2a90ba105067eb2b82f4341afaa9423de0 /docs/releases | |
| parent | d0af5de12238154fe15cd12efec6e056186e519b (diff) | |
Generalized check constraint docs for other constraints.
Diffstat (limited to 'docs/releases')
| -rw-r--r-- | docs/releases/2.2.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/releases/2.2.txt b/docs/releases/2.2.txt index 6be7e3a544..ef68c31eab 100644 --- a/docs/releases/2.2.txt +++ b/docs/releases/2.2.txt @@ -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 |
