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/engine/reflection.py | 8 -------- 1 file changed, 8 deletions(-) (limited to 'lib/sqlalchemy/engine/reflection.py') diff --git a/lib/sqlalchemy/engine/reflection.py b/lib/sqlalchemy/engine/reflection.py index 6b44704bb..6e1ec18f2 100644 --- a/lib/sqlalchemy/engine/reflection.py +++ b/lib/sqlalchemy/engine/reflection.py @@ -513,8 +513,6 @@ class Inspector(inspection.Inspectable["Inspector"]): foreign key constraint names that would require a separate CREATE step after-the-fact, based on dependencies between tables. - .. versionadded:: 1.0.- - :param schema: schema name to query, if not the default schema. :param \**kw: Additional keyword argument to pass to the dialect specific implementation. See the documentation of the dialect @@ -630,8 +628,6 @@ class Inspector(inspection.Inspectable["Inspector"]): specific implementation. See the documentation of the dialect in use for more information. - .. versionadded:: 1.0.0 - """ with self._operation_context() as conn: @@ -649,8 +645,6 @@ class Inspector(inspection.Inspectable["Inspector"]): specific implementation. See the documentation of the dialect in use for more information. - .. versionadded:: 1.0.0 - """ with self._operation_context() as conn: return self.dialect.get_temp_view_names( @@ -1406,8 +1400,6 @@ class Inspector(inspection.Inspectable["Inspector"]): :return: a list of dictionaries, each representing the definition of a check constraints. - .. versionadded:: 1.1.0 - .. seealso:: :meth:`Inspector.get_multi_check_constraints` """ -- cgit v1.2.1