mirror of
				https://github.com/django/django.git
				synced 2025-10-31 09:41:08 +00:00 
			
		
		
		
	[1.10.x] Removed some unnecessary repetition in PostgreSQL operations docs.
Backport of e1acc9dc66 from master
			
			
This commit is contained in:
		| @@ -23,9 +23,8 @@ the ``django.contrib.postgres.operations`` module. | ||||
|  | ||||
| .. class:: HStoreExtension() | ||||
|  | ||||
|     A subclass of :class:`~django.contrib.postgres.operations.CreateExtension` | ||||
|     which will install the ``hstore`` extension and also immediately set up the | ||||
|     connection to interpret hstore data. | ||||
|     Installs the ``hstore`` extension and also sets up the connection to | ||||
|     interpret hstore data for possible use in subsequent migrations. | ||||
|  | ||||
| ``TrigramExtension`` | ||||
| ==================== | ||||
| @@ -34,13 +33,11 @@ the ``django.contrib.postgres.operations`` module. | ||||
|  | ||||
|     .. versionadded:: 1.10 | ||||
|  | ||||
|     A subclass of :class:`~django.contrib.postgres.operations.CreateExtension` | ||||
|     that installs the ``pg_trgm`` extension. | ||||
|     Installs the ``pg_trgm`` extension. | ||||
|  | ||||
| ``UnaccentExtension`` | ||||
| ===================== | ||||
|  | ||||
| .. class:: UnaccentExtension() | ||||
|  | ||||
|     A subclass of :class:`~django.contrib.postgres.operations.CreateExtension` | ||||
|     which will install the ``unaccent`` extension. | ||||
|     Installs the ``unaccent`` extension. | ||||
|   | ||||
		Reference in New Issue
	
	Block a user