diff options
| author | Mads Jensen <mje@inducks.org> | 2017-07-01 15:30:34 +0200 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2017-09-04 21:08:02 -0400 |
| commit | f4135783add90e8e392db81b3592f4e3b9f01754 (patch) | |
| tree | 840bc1d36cd716dffda286610cf0227c16747a74 /docs/releases | |
| parent | 66657eb01f36081f33d847390e4f7034ff3e9f52 (diff) | |
Fixed #28126 -- Added GistIndex to contrib.postgres.
Thanks to Marc Tamlyn for the initial patch.
Diffstat (limited to 'docs/releases')
| -rw-r--r-- | docs/releases/2.0.txt | 6 |
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` ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
