Refs #27030 -- Added BtreeGinExtension operation.

This commit is contained in:
Akshesh 2016-08-08 08:45:08 +05:30 committed by Tim Graham
parent e1acc9dc66
commit 236baa0f0e
3 changed files with 19 additions and 1 deletions

View file

@ -18,6 +18,15 @@ the ``django.contrib.postgres.operations`` module.
This is a required argument. The name of the extension to be installed.
``BtreeGinExtension``
=====================
.. class:: BtreeGinExtension()
.. versionadded:: 1.11
Install the ``btree_gin`` extension.
``HStoreExtension``
===================