mirror of
https://github.com/django/django.git
synced 2025-10-31 09:41:08 +00:00
Fixed #30943 -- Added BloomIndex to django.contrib.postgres.
This commit is contained in:
committed by
Mariusz Felisiak
parent
26554cf5d1
commit
02983c5242
@@ -71,7 +71,10 @@ Minor features
|
||||
:mod:`django.contrib.postgres`
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
* ...
|
||||
* The new :class:`~django.contrib.postgres.indexes.BloomIndex` class allows
|
||||
creating ``bloom`` indexes in the database. The new
|
||||
:class:`~django.contrib.postgres.operations.BloomExtension` migration
|
||||
operation installs the ``bloom`` extension to add support for this index.
|
||||
|
||||
:mod:`django.contrib.redirects`
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
Reference in New Issue
Block a user