diff options
| author | Haki Benita <hakibenita@gmail.com> | 2025-12-25 11:42:58 +0200 |
|---|---|---|
| committer | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2026-01-10 08:12:05 +0100 |
| commit | d61838761f17d7c934c7be288fadfa14f471b598 (patch) | |
| tree | 9a3bdb1288beafee649f5b154188bb6d7e458ce8 /docs/releases/6.1.txt | |
| parent | 8a0315fab74d603813b2a64ab98d5a208a2eb6d1 (diff) | |
Fixed #36827 -- Added support for exclusion constraints using Hash indexes on PostgreSQL.
Diffstat (limited to 'docs/releases/6.1.txt')
| -rw-r--r-- | docs/releases/6.1.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/releases/6.1.txt b/docs/releases/6.1.txt index c4ecefc08a..b5b47a11d8 100644 --- a/docs/releases/6.1.txt +++ b/docs/releases/6.1.txt @@ -135,6 +135,9 @@ Minor features :class:`~django.contrib.postgres.fields.HStoreField` when ``psycopg`` 3.2+ is installed and ``django.contrib.postgres`` is in :setting:`INSTALLED_APPS`. +* :class:`~django.contrib.postgres.constraints.ExclusionConstraint` now + supports the Hash index type. + :mod:`django.contrib.redirects` ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
