summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/dialects/postgresql/hstore.py
diff options
context:
space:
mode:
Diffstat (limited to 'lib/sqlalchemy/dialects/postgresql/hstore.py')
-rw-r--r--lib/sqlalchemy/dialects/postgresql/hstore.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/sqlalchemy/dialects/postgresql/hstore.py b/lib/sqlalchemy/dialects/postgresql/hstore.py
index 2d19f33f8..745373f5d 100644
--- a/lib/sqlalchemy/dialects/postgresql/hstore.py
+++ b/lib/sqlalchemy/dialects/postgresql/hstore.py
@@ -126,8 +126,6 @@ class HSTORE(sqltypes.Indexable, sqltypes.Concatenable, sqltypes.TypeEngine):
dictionary, unless that dictionary value is re-assigned to the
HSTORE-attribute itself, thus generating a change event.
- .. versionadded:: 0.8
-
.. seealso::
:class:`.hstore` - render the PostgreSQL ``hstore()`` function.
@@ -293,8 +291,6 @@ class hstore(sqlfunc.GenericFunction):
)
])
- .. versionadded:: 0.8
-
.. seealso::
:class:`.HSTORE` - the PostgreSQL ``HSTORE`` datatype.