summaryrefslogtreecommitdiff
path: root/docs/releases/2.0.txt
diff options
context:
space:
mode:
Diffstat (limited to 'docs/releases/2.0.txt')
-rw-r--r--docs/releases/2.0.txt6
1 files changed, 6 insertions, 0 deletions
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`
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~