diff options
author | Mike Bayer <mike_mp@zzzcomputing.com> | 2020-05-05 10:16:51 -0400 |
---|---|---|
committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2020-05-05 10:16:51 -0400 |
commit | cbde7ee5e1556683a84c888137933b64d81508f4 (patch) | |
tree | 02b4b8c8dd329be9fdd86e7445fe9c0c15deea30 /docs | |
parent | 97df6292e088019ffe1996d09e9b36281714731f (diff) | |
download | alembic-cbde7ee5e1556683a84c888137933b64d81508f4.tar.gz |
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
Diffstat (limited to 'docs')
-rw-r--r-- | docs/build/ops.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/build/ops.rst b/docs/build/ops.rst index 6d12d92..efcff37 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 |