mirror of
https://github.com/django/django.git
synced 2025-08-04 19:08:28 +00:00
Fixed #31455 -- Added support for deferrable exclusion constraints on PostgreSQL.
This commit is contained in:
parent
5d2f5dd4cc
commit
b4068bc656
4 changed files with 145 additions and 7 deletions
|
@ -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`
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue