]> git.ipfire.org Git - thirdparty/sqlalchemy/alembic.git/commitdiff
Add members to operations, batch
authorMike Bayer <mike_mp@zzzcomputing.com>
Tue, 5 May 2020 14:16:51 +0000 (10:16 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Tue, 5 May 2020 14:16:51 +0000 (10:16 -0400)
for some reason these did not have :members: and for some
reason it used to work anyway.

Change-Id: I2ead3dd7ffe5d313693dfca6e8b312f4e39ac743
Fixes: #689
docs/build/ops.rst

index 6d12d92219014272d422a60f9707f295356d43b0..efcff37178fcae892e7a144b72f78ae22466c8c6 100644 (file)
@@ -42,5 +42,7 @@ method.
 .. module:: alembic.operations
 
 .. autoclass:: Operations
+    :members:
 
 .. autoclass:: BatchOperations
+    :members:
\ No newline at end of file