From f4135783add90e8e392db81b3592f4e3b9f01754 Mon Sep 17 00:00:00 2001 From: Mads Jensen Date: Sat, 1 Jul 2017 15:30:34 +0200 Subject: Fixed #28126 -- Added GistIndex to contrib.postgres. Thanks to Marc Tamlyn for the initial patch. --- docs/releases/2.0.txt | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'docs/releases/2.0.txt') diff --git a/docs/releases/2.0.txt b/docs/releases/2.0.txt index 423f390433..4f92927c1e 100644 --- a/docs/releases/2.0.txt +++ b/docs/releases/2.0.txt @@ -117,6 +117,12 @@ Minor features * :class:`django.contrib.postgres.indexes.GinIndex` now supports the ``fastupdate`` and ``gin_pending_list_limit`` parameters. +* The new :class:`~django.contrib.postgres.indexes.GistIndex` class allows + creating ``GiST`` indexes in the database. The new + :class:`~django.contrib.postgres.operations.BtreeGistExtension` migration + operation installs the ``btree_gist`` extension to add support for operator + classes that aren't built-in. + :mod:`django.contrib.redirects` ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -- cgit v1.3