summaryrefslogtreecommitdiff
path: root/docs/build/batch.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/build/batch.rst')
-rw-r--r--docs/build/batch.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/build/batch.rst b/docs/build/batch.rst
index 04a32c4..307d2a1 100644
--- a/docs/build/batch.rst
+++ b/docs/build/batch.rst
@@ -163,6 +163,9 @@ as described in :ref:`autogen_naming_conventions`. Usage is as follows::
batch_op.drop_constraint(
"fk_bar_foo_id_foo", type_="foreignkey")
+Note that the naming convention feature requires at least
+**SQLAlchemy 0.9.4** for support.
+
.. versionadded:: 0.7.1
added :paramref:`~.Operations.batch_alter_table.naming_convention` to
:meth:`.Operations.batch_alter_table`.