diff options
| author | Ian Foote <python@ian.feete.org> | 2020-04-12 11:43:16 +0100 |
|---|---|---|
| committer | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2020-05-01 09:08:36 +0200 |
| commit | b4068bc65636cca6c2905aa8c40bea69bb0e4245 (patch) | |
| tree | 578a412d31851d728f303652619056e031d4219d /docs/releases/3.1.txt | |
| parent | 5d2f5dd4cc5234a97d69af8740ba862c2051fd43 (diff) | |
Fixed #31455 -- Added support for deferrable exclusion constraints on PostgreSQL.
Diffstat (limited to 'docs/releases/3.1.txt')
| -rw-r--r-- | docs/releases/3.1.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/releases/3.1.txt b/docs/releases/3.1.txt index ae482f0129..3edc8bf6e3 100644 --- a/docs/releases/3.1.txt +++ b/docs/releases/3.1.txt @@ -176,6 +176,9 @@ Minor features :class:`~django.contrib.postgres.search.SearchRank` allows rank normalization. +* The new :attr:`.ExclusionConstraint.deferrable` attribute allows creating + deferrable exclusion constraints. + :mod:`django.contrib.redirects` ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
