mirror of
https://github.com/django/django.git
synced 2025-07-24 13:44:32 +00:00
Refs #27030 -- Added BtreeGinExtension operation.
This commit is contained in:
parent
e1acc9dc66
commit
236baa0f0e
3 changed files with 19 additions and 1 deletions
|
@ -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``
|
||||
===================
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue