summaryrefslogtreecommitdiff
path: root/docs/ref
diff options
context:
space:
mode:
authorAkshesh <aksheshdoshi@gmail.com>2016-08-08 08:45:08 +0530
committerTim Graham <timograham@gmail.com>2016-08-12 18:37:00 -0400
commit236baa0f0ec31422bc8c36b24e41112f7a564532 (patch)
tree43d0ec9a009d894be4bc247c6a3be8fc3172b572 /docs/ref
parente1acc9dc6638379513648b301e870ff2a40001fd (diff)
Refs #27030 -- Added BtreeGinExtension operation.
Diffstat (limited to 'docs/ref')
-rw-r--r--docs/ref/contrib/postgres/operations.txt9
1 files changed, 9 insertions, 0 deletions
diff --git a/docs/ref/contrib/postgres/operations.txt b/docs/ref/contrib/postgres/operations.txt
index cc2cbe7c51..656be8e976 100644
--- a/docs/ref/contrib/postgres/operations.txt
+++ b/docs/ref/contrib/postgres/operations.txt
@@ -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``
===================