summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2023-05-17 18:06:27 -0400
committerMike Bayer <mike_mp@zzzcomputing.com>2023-05-17 18:06:27 -0400
commita7dd7aebb07daa97d182a5247462b2d9b0ee45e2 (patch)
tree540cbea84328d79f33f4c4d2f947ac73d8a9ee65
parent490f540bc93466c86dad10a4fda3787964b53f4e (diff)
downloadalembic-a7dd7aebb07daa97d182a5247462b2d9b0ee45e2.tar.gz
typos
Change-Id: I3946d5afc0fb876424659356a6b0e49f3ee5a8bc
-rw-r--r--docs/build/unreleased/1243.rst6
1 files changed, 4 insertions, 2 deletions
diff --git a/docs/build/unreleased/1243.rst b/docs/build/unreleased/1243.rst
index 26c8e35..e67aeeb 100644
--- a/docs/build/unreleased/1243.rst
+++ b/docs/build/unreleased/1243.rst
@@ -1,6 +1,6 @@
.. change::
:tags: bug, autogenerate, regression
- :tickets: 1243 1245
+ :tickets: 1243, 1245
As Alembic 1.11.0 is considered a major release (Alembic does not use
semver, nor does its parent project SQLAlchemy; this has been
@@ -14,7 +14,9 @@
autogenerate prior to version 0.6.3 released in 2014, and ``type_`` in
:meth:`.Operations.drop_constraint` and
:meth:`.BatchOperations.drop_constraint`, which was documented positionally
- in one example in the batch documentation. These two signatures have been
+ in one example in the batch documentation.
+
+ These two signatures have been
restored to allow those particular parameters to be passed positionally. A
future change will include formal deprecation paths (with warnings) for
these arguments where they will again become keyword-only in a future