From ee7e49964fcf13ed0f5a3541b81f00302a9db29a Mon Sep 17 00:00:00 2001 From: Federico Caselli Date: Wed, 12 Apr 2023 23:17:38 +0200 Subject: Remove old versionadded and versionchanged Removed versionadded and versionchanged for version prior to 1.2 since they are no longer useful. Change-Id: I5c53d1188bc5fec3ab4be39ef761650ed8fa6d3e --- lib/sqlalchemy/dialects/postgresql/dml.py | 6 ------ 1 file changed, 6 deletions(-) (limited to 'lib/sqlalchemy/dialects/postgresql/dml.py') diff --git a/lib/sqlalchemy/dialects/postgresql/dml.py b/lib/sqlalchemy/dialects/postgresql/dml.py index a1807d7b3..e17b87d1e 100644 --- a/lib/sqlalchemy/dialects/postgresql/dml.py +++ b/lib/sqlalchemy/dialects/postgresql/dml.py @@ -51,8 +51,6 @@ class Insert(StandardInsert): The :class:`_postgresql.Insert` object is created using the :func:`sqlalchemy.dialects.postgresql.insert` function. - .. versionadded:: 1.1 - """ stringify_dialect = "postgresql" @@ -148,8 +146,6 @@ class Insert(StandardInsert): not meeting the ``WHERE`` condition will not be updated (effectively a ``DO NOTHING`` for those rows). - .. versionadded:: 1.1 - .. seealso:: @@ -188,8 +184,6 @@ class Insert(StandardInsert): Additional WHERE criterion that can be used to infer a conditional target index. - .. versionadded:: 1.1 - .. seealso:: :ref:`postgresql_insert_on_conflict` -- cgit v1.2.1