summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2023-03-07 11:07:33 -0500
committerMike Bayer <mike_mp@zzzcomputing.com>2023-03-07 15:26:13 -0500
commit3c46243f23bd258744e3417566a52ca3ab312d70 (patch)
tree3678c31dfc2ec4c5ee07a190eec43f573bb154bd /docs
parent6f0938086dde93a12e61e47c00c37a9ee9fee8b6 (diff)
downloadalembic-3c46243f23bd258744e3417566a52ca3ab312d70.tar.gz
mock _NONE_NAME for < 1.3.24
Fixed regression where Alembic would not run with older SQLAlchemy 1.3 versions prior to 1.3.24 due to a missing symbol. Workarounds have been applied for older 1.3 versions. Change-Id: Ie7b5f6295e55276f0e912bf2b10b8c96dad171b9 Fixes: #1196
Diffstat (limited to 'docs')
-rw-r--r--docs/build/unreleased/1196.rst7
1 files changed, 7 insertions, 0 deletions
diff --git a/docs/build/unreleased/1196.rst b/docs/build/unreleased/1196.rst
new file mode 100644
index 0000000..a0f0e60
--- /dev/null
+++ b/docs/build/unreleased/1196.rst
@@ -0,0 +1,7 @@
+.. change::
+ :tags: bug, ops
+ :tickets: 1196
+
+ Fixed regression where Alembic would not run with older SQLAlchemy 1.3
+ versions prior to 1.3.24 due to a missing symbol. Workarounds have been
+ applied for older 1.3 versions.