1
0
mirror of https://github.com/django/django.git synced 2025-10-31 09:41:08 +00:00

Fixed #28887 -- Added SpGistIndex to django.contrib.postgres.

This commit is contained in:
Nick Pope
2017-12-05 09:48:04 +00:00
committed by Tim Graham
parent d526b07784
commit 4c36e9e492
4 changed files with 82 additions and 4 deletions

View File

@@ -82,8 +82,9 @@ Minor features
:class:`~django.contrib.postgres.aggregates.StringAgg` determines the
ordering of the aggregated elements.
* The new :class:`~django.contrib.postgres.indexes.HashIndex` class
allows creating ``hash`` indexes in the database.
* The new :class:`~django.contrib.postgres.indexes.HashIndex` and
:class:`~django.contrib.postgres.indexes.SpGistIndex` classes allow
creating ``hash`` and ``SP-GiST`` indexes in the database.
:mod:`django.contrib.redirects`
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~