Removed some unnecessary repetition in PostgreSQL operations docs.

This commit is contained in:
Tim Graham 2016-08-12 18:03:19 -04:00
parent 2f19306a12
commit e1acc9dc66
1 changed files with 4 additions and 7 deletions

View File

@ -23,9 +23,8 @@ the ``django.contrib.postgres.operations`` module.
.. class:: HStoreExtension() .. class:: HStoreExtension()
A subclass of :class:`~django.contrib.postgres.operations.CreateExtension` Installs the ``hstore`` extension and also sets up the connection to
which will install the ``hstore`` extension and also immediately set up the interpret hstore data for possible use in subsequent migrations.
connection to interpret hstore data.
``TrigramExtension`` ``TrigramExtension``
==================== ====================
@ -34,13 +33,11 @@ the ``django.contrib.postgres.operations`` module.
.. versionadded:: 1.10 .. versionadded:: 1.10
A subclass of :class:`~django.contrib.postgres.operations.CreateExtension` Installs the ``pg_trgm`` extension.
that installs the ``pg_trgm`` extension.
``UnaccentExtension`` ``UnaccentExtension``
===================== =====================
.. class:: UnaccentExtension() .. class:: UnaccentExtension()
A subclass of :class:`~django.contrib.postgres.operations.CreateExtension` Installs the ``unaccent`` extension.
which will install the ``unaccent`` extension.