From: Mike Bayer Date: Tue, 5 May 2020 14:16:51 +0000 (-0400) Subject: Add members to operations, batch X-Git-Tag: rel_1_4_3~16 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cbde7ee5e1556683a84c888137933b64d81508f4;p=thirdparty%2Fsqlalchemy%2Falembic.git Add members to operations, batch for some reason these did not have :members: and for some reason it used to work anyway. Change-Id: I2ead3dd7ffe5d313693dfca6e8b312f4e39ac743 Fixes: #689 --- diff --git a/docs/build/ops.rst b/docs/build/ops.rst index 6d12d922..efcff371 100644 --- a/docs/build/ops.rst +++ b/docs/build/ops.rst @@ -42,5 +42,7 @@ method. .. module:: alembic.operations .. autoclass:: Operations + :members: .. autoclass:: BatchOperations + :members: \ No newline at end of file