summaryrefslogtreecommitdiff
path: root/docs/build/unreleased/1093.rst
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2023-05-15 15:44:58 -0400
committerMike Bayer <mike_mp@zzzcomputing.com>2023-05-15 15:44:58 -0400
commit494246c4fad986ac9d6c607c0dcf36d1f382d0b3 (patch)
tree05675f92c8d39aad6035238bbbf2b31719f23692 /docs/build/unreleased/1093.rst
parent871a409f69e07a345ccdfac766ffade80425e6f7 (diff)
downloadalembic-494246c4fad986ac9d6c607c0dcf36d1f382d0b3.tar.gz
- 1.11.0rel_1_11_0
Diffstat (limited to 'docs/build/unreleased/1093.rst')
-rw-r--r--docs/build/unreleased/1093.rst19
1 files changed, 0 insertions, 19 deletions
diff --git a/docs/build/unreleased/1093.rst b/docs/build/unreleased/1093.rst
deleted file mode 100644
index e4312f1..0000000
--- a/docs/build/unreleased/1093.rst
+++ /dev/null
@@ -1,19 +0,0 @@
-.. change::
- :tags: bug, typing
- :tickets: 1093
-
- Updated stub generator script to also add stubs method definitions for the
- :class:`.Operations` class and the :class:`.BatchOperations` class obtained
- from :meth:`.Operations.batch_alter_table`. As part of this change, the
- class hierarchy of :class:`.Operations` and :class:`.BatchOperations` has
- been rearranged on top of a common base class :class:`.AbstractOperations`
- in order to type correctly, as :class:`.BatchOperations` uses different
- method signatures for operations than :class:`.Operations`.
-
-
-.. change::
- :tags: bug, typing
-
- Repaired the return signatures for :class:`.Operations` that mostly
- return ``None``, and were erroneously referring to ``Optional[Table]``
- in many cases. \ No newline at end of file