diff options
| author | Hannes Ljungberg <hannes@5monkeys.se> | 2020-06-11 21:05:38 +0200 |
|---|---|---|
| committer | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2020-06-12 23:23:21 +0200 |
| commit | e0cdd0fcf5f677b588f63b40b801e42e2ee3786d (patch) | |
| tree | 2882583cb6e81707ba0fe2110b65cbd27a980b5e /docs/releases | |
| parent | db8268bce69fb53b7be4be90a2d7200c12019b90 (diff) | |
Fixed #31649 -- Added support for covering exclusion constraints on PostgreSQL 12+.
Diffstat (limited to 'docs/releases')
| -rw-r--r-- | docs/releases/3.2.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/releases/3.2.txt b/docs/releases/3.2.txt index 03f485b224..2e9c87e567 100644 --- a/docs/releases/3.2.txt +++ b/docs/releases/3.2.txt @@ -70,7 +70,8 @@ Minor features :mod:`django.contrib.postgres` ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -* ... +* The new :attr:`.ExclusionConstraint.include` attribute allows creating + covering exclusion constraints on PostgreSQL 12+. :mod:`django.contrib.redirects` ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
