summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/sql/ddl.py
diff options
context:
space:
mode:
Diffstat (limited to 'lib/sqlalchemy/sql/ddl.py')
-rw-r--r--lib/sqlalchemy/sql/ddl.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/sqlalchemy/sql/ddl.py b/lib/sqlalchemy/sql/ddl.py
index 75fa0ba1c..b87049e07 100644
--- a/lib/sqlalchemy/sql/ddl.py
+++ b/lib/sqlalchemy/sql/ddl.py
@@ -528,8 +528,6 @@ class CreateTable(_CreateBase):
inline within the CREATE construct; if omitted, all foreign key
constraints that do not specify use_alter=True are included.
- .. versionadded:: 1.0.0
-
:param if_not_exists: if True, an IF NOT EXISTS operator will be
applied to the construct.
@@ -1306,8 +1304,6 @@ def sort_tables_and_constraints(
:param extra_dependencies: a sequence of 2-tuples of tables which will
also be considered as dependent on each other.
- .. versionadded:: 1.0.0
-
.. seealso::
:func:`.sort_tables`