alembic 1.16.0__tar.gz → 1.16.1__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {alembic-1.16.0/alembic.egg-info → alembic-1.16.1}/PKG-INFO +1 -1
- {alembic-1.16.0 → alembic-1.16.1}/alembic/__init__.py +1 -1
- {alembic-1.16.0 → alembic-1.16.1}/alembic/command.py +1 -1
- {alembic-1.16.0 → alembic-1.16.1}/alembic/config.py +5 -5
- {alembic-1.16.0 → alembic-1.16.1/alembic.egg-info}/PKG-INFO +1 -1
- {alembic-1.16.0 → alembic-1.16.1}/docs/_sources/changelog.rst +21 -0
- {alembic-1.16.0 → alembic-1.16.1}/docs/_static/documentation_options.js +1 -1
- {alembic-1.16.0 → alembic-1.16.1}/docs/api/autogenerate.html +3 -3
- {alembic-1.16.0 → alembic-1.16.1}/docs/api/commands.html +3 -3
- {alembic-1.16.0 → alembic-1.16.1}/docs/api/config.html +3 -3
- {alembic-1.16.0 → alembic-1.16.1}/docs/api/ddl.html +3 -3
- {alembic-1.16.0 → alembic-1.16.1}/docs/api/index.html +3 -3
- {alembic-1.16.0 → alembic-1.16.1}/docs/api/operations.html +3 -3
- {alembic-1.16.0 → alembic-1.16.1}/docs/api/overview.html +3 -3
- {alembic-1.16.0 → alembic-1.16.1}/docs/api/runtime.html +3 -3
- {alembic-1.16.0 → alembic-1.16.1}/docs/api/script.html +3 -3
- {alembic-1.16.0 → alembic-1.16.1}/docs/autogenerate.html +3 -3
- {alembic-1.16.0 → alembic-1.16.1}/docs/batch.html +3 -3
- {alembic-1.16.0 → alembic-1.16.1}/docs/branches.html +3 -3
- {alembic-1.16.0 → alembic-1.16.1}/docs/build/changelog.rst +21 -0
- {alembic-1.16.0 → alembic-1.16.1}/docs/build/conf.py +1 -1
- {alembic-1.16.0 → alembic-1.16.1}/docs/changelog.html +32 -3
- {alembic-1.16.0 → alembic-1.16.1}/docs/cookbook.html +3 -3
- {alembic-1.16.0 → alembic-1.16.1}/docs/front.html +3 -3
- {alembic-1.16.0 → alembic-1.16.1}/docs/genindex.html +3 -3
- {alembic-1.16.0 → alembic-1.16.1}/docs/index.html +7 -3
- {alembic-1.16.0 → alembic-1.16.1}/docs/naming.html +3 -3
- {alembic-1.16.0 → alembic-1.16.1}/docs/offline.html +3 -3
- {alembic-1.16.0 → alembic-1.16.1}/docs/ops.html +3 -3
- {alembic-1.16.0 → alembic-1.16.1}/docs/py-modindex.html +3 -3
- {alembic-1.16.0 → alembic-1.16.1}/docs/search.html +3 -3
- alembic-1.16.1/docs/searchindex.js +1 -0
- {alembic-1.16.0 → alembic-1.16.1}/docs/tutorial.html +3 -3
- {alembic-1.16.0 → alembic-1.16.1}/tests/test_command.py +65 -1
- alembic-1.16.0/docs/searchindex.js +0 -1
- {alembic-1.16.0 → alembic-1.16.1}/CHANGES +0 -0
- {alembic-1.16.0 → alembic-1.16.1}/LICENSE +0 -0
- {alembic-1.16.0 → alembic-1.16.1}/MANIFEST.in +0 -0
- {alembic-1.16.0 → alembic-1.16.1}/README.rst +0 -0
- {alembic-1.16.0 → alembic-1.16.1}/README.unittests.rst +0 -0
- {alembic-1.16.0 → alembic-1.16.1}/alembic/__main__.py +0 -0
- {alembic-1.16.0 → alembic-1.16.1}/alembic/autogenerate/__init__.py +0 -0
- {alembic-1.16.0 → alembic-1.16.1}/alembic/autogenerate/api.py +0 -0
- {alembic-1.16.0 → alembic-1.16.1}/alembic/autogenerate/compare.py +0 -0
- {alembic-1.16.0 → alembic-1.16.1}/alembic/autogenerate/render.py +0 -0
- {alembic-1.16.0 → alembic-1.16.1}/alembic/autogenerate/rewriter.py +0 -0
- {alembic-1.16.0 → alembic-1.16.1}/alembic/context.py +0 -0
- {alembic-1.16.0 → alembic-1.16.1}/alembic/context.pyi +0 -0
- {alembic-1.16.0 → alembic-1.16.1}/alembic/ddl/__init__.py +0 -0
- {alembic-1.16.0 → alembic-1.16.1}/alembic/ddl/_autogen.py +0 -0
- {alembic-1.16.0 → alembic-1.16.1}/alembic/ddl/base.py +0 -0
- {alembic-1.16.0 → alembic-1.16.1}/alembic/ddl/impl.py +0 -0
- {alembic-1.16.0 → alembic-1.16.1}/alembic/ddl/mssql.py +0 -0
- {alembic-1.16.0 → alembic-1.16.1}/alembic/ddl/mysql.py +0 -0
- {alembic-1.16.0 → alembic-1.16.1}/alembic/ddl/oracle.py +0 -0
- {alembic-1.16.0 → alembic-1.16.1}/alembic/ddl/postgresql.py +0 -0
- {alembic-1.16.0 → alembic-1.16.1}/alembic/ddl/sqlite.py +0 -0
- {alembic-1.16.0 → alembic-1.16.1}/alembic/environment.py +0 -0
- {alembic-1.16.0 → alembic-1.16.1}/alembic/migration.py +0 -0
- {alembic-1.16.0 → alembic-1.16.1}/alembic/op.py +0 -0
- {alembic-1.16.0 → alembic-1.16.1}/alembic/op.pyi +0 -0
- {alembic-1.16.0 → alembic-1.16.1}/alembic/operations/__init__.py +0 -0
- {alembic-1.16.0 → alembic-1.16.1}/alembic/operations/base.py +0 -0
- {alembic-1.16.0 → alembic-1.16.1}/alembic/operations/batch.py +0 -0
- {alembic-1.16.0 → alembic-1.16.1}/alembic/operations/ops.py +0 -0
- {alembic-1.16.0 → alembic-1.16.1}/alembic/operations/schemaobj.py +0 -0
- {alembic-1.16.0 → alembic-1.16.1}/alembic/operations/toimpl.py +0 -0
- {alembic-1.16.0 → alembic-1.16.1}/alembic/py.typed +0 -0
- {alembic-1.16.0 → alembic-1.16.1}/alembic/runtime/__init__.py +0 -0
- {alembic-1.16.0 → alembic-1.16.1}/alembic/runtime/environment.py +0 -0
- {alembic-1.16.0 → alembic-1.16.1}/alembic/runtime/migration.py +0 -0
- {alembic-1.16.0 → alembic-1.16.1}/alembic/script/__init__.py +0 -0
- {alembic-1.16.0 → alembic-1.16.1}/alembic/script/base.py +0 -0
- {alembic-1.16.0 → alembic-1.16.1}/alembic/script/revision.py +0 -0
- {alembic-1.16.0 → alembic-1.16.1}/alembic/script/write_hooks.py +0 -0
- {alembic-1.16.0 → alembic-1.16.1}/alembic/templates/async/README +0 -0
- {alembic-1.16.0 → alembic-1.16.1}/alembic/templates/async/alembic.ini.mako +0 -0
- {alembic-1.16.0 → alembic-1.16.1}/alembic/templates/async/env.py +0 -0
- {alembic-1.16.0 → alembic-1.16.1}/alembic/templates/async/script.py.mako +0 -0
- {alembic-1.16.0 → alembic-1.16.1}/alembic/templates/generic/README +0 -0
- {alembic-1.16.0 → alembic-1.16.1}/alembic/templates/generic/alembic.ini.mako +0 -0
- {alembic-1.16.0 → alembic-1.16.1}/alembic/templates/generic/env.py +0 -0
- {alembic-1.16.0 → alembic-1.16.1}/alembic/templates/generic/script.py.mako +0 -0
- {alembic-1.16.0 → alembic-1.16.1}/alembic/templates/multidb/README +0 -0
- {alembic-1.16.0 → alembic-1.16.1}/alembic/templates/multidb/alembic.ini.mako +0 -0
- {alembic-1.16.0 → alembic-1.16.1}/alembic/templates/multidb/env.py +0 -0
- {alembic-1.16.0 → alembic-1.16.1}/alembic/templates/multidb/script.py.mako +0 -0
- {alembic-1.16.0 → alembic-1.16.1}/alembic/templates/pyproject/README +0 -0
- {alembic-1.16.0 → alembic-1.16.1}/alembic/templates/pyproject/alembic.ini.mako +0 -0
- {alembic-1.16.0 → alembic-1.16.1}/alembic/templates/pyproject/env.py +0 -0
- {alembic-1.16.0 → alembic-1.16.1}/alembic/templates/pyproject/pyproject.toml.mako +0 -0
- {alembic-1.16.0 → alembic-1.16.1}/alembic/templates/pyproject/script.py.mako +0 -0
- {alembic-1.16.0 → alembic-1.16.1}/alembic/testing/__init__.py +0 -0
- {alembic-1.16.0 → alembic-1.16.1}/alembic/testing/assertions.py +0 -0
- {alembic-1.16.0 → alembic-1.16.1}/alembic/testing/env.py +0 -0
- {alembic-1.16.0 → alembic-1.16.1}/alembic/testing/fixtures.py +0 -0
- {alembic-1.16.0 → alembic-1.16.1}/alembic/testing/plugin/__init__.py +0 -0
- {alembic-1.16.0 → alembic-1.16.1}/alembic/testing/plugin/bootstrap.py +0 -0
- {alembic-1.16.0 → alembic-1.16.1}/alembic/testing/requirements.py +0 -0
- {alembic-1.16.0 → alembic-1.16.1}/alembic/testing/schemacompare.py +0 -0
- {alembic-1.16.0 → alembic-1.16.1}/alembic/testing/suite/__init__.py +0 -0
- {alembic-1.16.0 → alembic-1.16.1}/alembic/testing/suite/_autogen_fixtures.py +0 -0
- {alembic-1.16.0 → alembic-1.16.1}/alembic/testing/suite/test_autogen_comments.py +0 -0
- {alembic-1.16.0 → alembic-1.16.1}/alembic/testing/suite/test_autogen_computed.py +0 -0
- {alembic-1.16.0 → alembic-1.16.1}/alembic/testing/suite/test_autogen_diffs.py +0 -0
- {alembic-1.16.0 → alembic-1.16.1}/alembic/testing/suite/test_autogen_fks.py +0 -0
- {alembic-1.16.0 → alembic-1.16.1}/alembic/testing/suite/test_autogen_identity.py +0 -0
- {alembic-1.16.0 → alembic-1.16.1}/alembic/testing/suite/test_environment.py +0 -0
- {alembic-1.16.0 → alembic-1.16.1}/alembic/testing/suite/test_op.py +0 -0
- {alembic-1.16.0 → alembic-1.16.1}/alembic/testing/util.py +0 -0
- {alembic-1.16.0 → alembic-1.16.1}/alembic/testing/warnings.py +0 -0
- {alembic-1.16.0 → alembic-1.16.1}/alembic/util/__init__.py +0 -0
- {alembic-1.16.0 → alembic-1.16.1}/alembic/util/compat.py +0 -0
- {alembic-1.16.0 → alembic-1.16.1}/alembic/util/editor.py +0 -0
- {alembic-1.16.0 → alembic-1.16.1}/alembic/util/exc.py +0 -0
- {alembic-1.16.0 → alembic-1.16.1}/alembic/util/langhelpers.py +0 -0
- {alembic-1.16.0 → alembic-1.16.1}/alembic/util/messaging.py +0 -0
- {alembic-1.16.0 → alembic-1.16.1}/alembic/util/pyfiles.py +0 -0
- {alembic-1.16.0 → alembic-1.16.1}/alembic/util/sqla_compat.py +0 -0
- {alembic-1.16.0 → alembic-1.16.1}/alembic.egg-info/SOURCES.txt +0 -0
- {alembic-1.16.0 → alembic-1.16.1}/alembic.egg-info/dependency_links.txt +0 -0
- {alembic-1.16.0 → alembic-1.16.1}/alembic.egg-info/entry_points.txt +0 -0
- {alembic-1.16.0 → alembic-1.16.1}/alembic.egg-info/not-zip-safe +0 -0
- {alembic-1.16.0 → alembic-1.16.1}/alembic.egg-info/requires.txt +0 -0
- {alembic-1.16.0 → alembic-1.16.1}/alembic.egg-info/top_level.txt +0 -0
- {alembic-1.16.0 → alembic-1.16.1}/docs/_images/api_overview.png +0 -0
- {alembic-1.16.0 → alembic-1.16.1}/docs/_sources/api/autogenerate.rst +0 -0
- {alembic-1.16.0 → alembic-1.16.1}/docs/_sources/api/commands.rst +0 -0
- {alembic-1.16.0 → alembic-1.16.1}/docs/_sources/api/config.rst +0 -0
- {alembic-1.16.0 → alembic-1.16.1}/docs/_sources/api/ddl.rst +0 -0
- {alembic-1.16.0 → alembic-1.16.1}/docs/_sources/api/index.rst +0 -0
- {alembic-1.16.0 → alembic-1.16.1}/docs/_sources/api/operations.rst +0 -0
- {alembic-1.16.0 → alembic-1.16.1}/docs/_sources/api/overview.rst +0 -0
- {alembic-1.16.0 → alembic-1.16.1}/docs/_sources/api/runtime.rst +0 -0
- {alembic-1.16.0 → alembic-1.16.1}/docs/_sources/api/script.rst +0 -0
- {alembic-1.16.0 → alembic-1.16.1}/docs/_sources/autogenerate.rst +0 -0
- {alembic-1.16.0 → alembic-1.16.1}/docs/_sources/batch.rst +0 -0
- {alembic-1.16.0 → alembic-1.16.1}/docs/_sources/branches.rst +0 -0
- {alembic-1.16.0 → alembic-1.16.1}/docs/_sources/cookbook.rst +0 -0
- {alembic-1.16.0 → alembic-1.16.1}/docs/_sources/front.rst +0 -0
- {alembic-1.16.0 → alembic-1.16.1}/docs/_sources/index.rst +0 -0
- {alembic-1.16.0 → alembic-1.16.1}/docs/_sources/naming.rst +0 -0
- {alembic-1.16.0 → alembic-1.16.1}/docs/_sources/offline.rst +0 -0
- {alembic-1.16.0 → alembic-1.16.1}/docs/_sources/ops.rst +0 -0
- {alembic-1.16.0 → alembic-1.16.1}/docs/_sources/tutorial.rst +0 -0
- {alembic-1.16.0 → alembic-1.16.1}/docs/_static/basic.css +0 -0
- {alembic-1.16.0 → alembic-1.16.1}/docs/_static/changelog.css +0 -0
- {alembic-1.16.0 → alembic-1.16.1}/docs/_static/clipboard.min.js +0 -0
- {alembic-1.16.0 → alembic-1.16.1}/docs/_static/copybutton.css +0 -0
- {alembic-1.16.0 → alembic-1.16.1}/docs/_static/copybutton.js +0 -0
- {alembic-1.16.0 → alembic-1.16.1}/docs/_static/copybutton_funcs.js +0 -0
- {alembic-1.16.0 → alembic-1.16.1}/docs/_static/doctools.js +0 -0
- {alembic-1.16.0 → alembic-1.16.1}/docs/_static/file.png +0 -0
- {alembic-1.16.0 → alembic-1.16.1}/docs/_static/images/logo_colab.png +0 -0
- {alembic-1.16.0 → alembic-1.16.1}/docs/_static/language_data.js +0 -0
- {alembic-1.16.0 → alembic-1.16.1}/docs/_static/minus.png +0 -0
- {alembic-1.16.0 → alembic-1.16.1}/docs/_static/nature_override.css +0 -0
- {alembic-1.16.0 → alembic-1.16.1}/docs/_static/plus.png +0 -0
- {alembic-1.16.0 → alembic-1.16.1}/docs/_static/pygments.css +0 -0
- {alembic-1.16.0 → alembic-1.16.1}/docs/_static/sbt-webpack-macros.html +0 -0
- {alembic-1.16.0 → alembic-1.16.1}/docs/_static/scripts/bootstrap.js +0 -0
- {alembic-1.16.0 → alembic-1.16.1}/docs/_static/scripts/bootstrap.js.LICENSE.txt +0 -0
- {alembic-1.16.0 → alembic-1.16.1}/docs/_static/scripts/pydata-sphinx-theme.js +0 -0
- {alembic-1.16.0 → alembic-1.16.1}/docs/_static/scripts/sphinx-book-theme.js +0 -0
- {alembic-1.16.0 → alembic-1.16.1}/docs/_static/searchtools.js +0 -0
- {alembic-1.16.0 → alembic-1.16.1}/docs/_static/site_custom_css.css +0 -0
- {alembic-1.16.0 → alembic-1.16.1}/docs/_static/sphinx_highlight.js +0 -0
- {alembic-1.16.0 → alembic-1.16.1}/docs/_static/sphinx_paramlinks.css +0 -0
- {alembic-1.16.0 → alembic-1.16.1}/docs/_static/styles/bootstrap.css +0 -0
- {alembic-1.16.0 → alembic-1.16.1}/docs/_static/styles/pydata-sphinx-theme.css +0 -0
- {alembic-1.16.0 → alembic-1.16.1}/docs/_static/styles/sphinx-book-theme.css +0 -0
- {alembic-1.16.0 → alembic-1.16.1}/docs/_static/styles/theme.css +0 -0
- {alembic-1.16.0 → alembic-1.16.1}/docs/_static/vendor/fontawesome/6.5.2/LICENSE.txt +0 -0
- {alembic-1.16.0 → alembic-1.16.1}/docs/_static/vendor/fontawesome/6.5.2/css/all.min.css +0 -0
- {alembic-1.16.0 → alembic-1.16.1}/docs/_static/vendor/fontawesome/6.5.2/js/all.min.js +0 -0
- {alembic-1.16.0 → alembic-1.16.1}/docs/_static/vendor/fontawesome/6.5.2/js/all.min.js.LICENSE.txt +0 -0
- {alembic-1.16.0 → alembic-1.16.1}/docs/_static/webpack-macros.html +0 -0
- {alembic-1.16.0 → alembic-1.16.1}/docs/build/Makefile +0 -0
- {alembic-1.16.0 → alembic-1.16.1}/docs/build/_static/nature_override.css +0 -0
- {alembic-1.16.0 → alembic-1.16.1}/docs/build/_static/site_custom_css.css +0 -0
- {alembic-1.16.0 → alembic-1.16.1}/docs/build/_templates/site_custom_sidebars.html +0 -0
- {alembic-1.16.0 → alembic-1.16.1}/docs/build/api/api_overview.png +0 -0
- {alembic-1.16.0 → alembic-1.16.1}/docs/build/api/autogenerate.rst +0 -0
- {alembic-1.16.0 → alembic-1.16.1}/docs/build/api/commands.rst +0 -0
- {alembic-1.16.0 → alembic-1.16.1}/docs/build/api/config.rst +0 -0
- {alembic-1.16.0 → alembic-1.16.1}/docs/build/api/ddl.rst +0 -0
- {alembic-1.16.0 → alembic-1.16.1}/docs/build/api/index.rst +0 -0
- {alembic-1.16.0 → alembic-1.16.1}/docs/build/api/operations.rst +0 -0
- {alembic-1.16.0 → alembic-1.16.1}/docs/build/api/overview.rst +0 -0
- {alembic-1.16.0 → alembic-1.16.1}/docs/build/api/runtime.rst +0 -0
- {alembic-1.16.0 → alembic-1.16.1}/docs/build/api/script.rst +0 -0
- {alembic-1.16.0 → alembic-1.16.1}/docs/build/autogenerate.rst +0 -0
- {alembic-1.16.0 → alembic-1.16.1}/docs/build/batch.rst +0 -0
- {alembic-1.16.0 → alembic-1.16.1}/docs/build/branches.rst +0 -0
- {alembic-1.16.0 → alembic-1.16.1}/docs/build/cookbook.rst +0 -0
- {alembic-1.16.0 → alembic-1.16.1}/docs/build/front.rst +0 -0
- {alembic-1.16.0 → alembic-1.16.1}/docs/build/index.rst +0 -0
- {alembic-1.16.0 → alembic-1.16.1}/docs/build/naming.rst +0 -0
- {alembic-1.16.0 → alembic-1.16.1}/docs/build/offline.rst +0 -0
- {alembic-1.16.0 → alembic-1.16.1}/docs/build/ops.rst +0 -0
- {alembic-1.16.0 → alembic-1.16.1}/docs/build/requirements.txt +0 -0
- {alembic-1.16.0 → alembic-1.16.1}/docs/build/tutorial.rst +0 -0
- {alembic-1.16.0 → alembic-1.16.1}/docs/build/unreleased/README.txt +0 -0
- {alembic-1.16.0 → alembic-1.16.1}/pyproject.toml +0 -0
- {alembic-1.16.0 → alembic-1.16.1}/setup.cfg +0 -0
- {alembic-1.16.0 → alembic-1.16.1}/setup.py +0 -0
- {alembic-1.16.0 → alembic-1.16.1}/tests/__init__.py +0 -0
- {alembic-1.16.0 → alembic-1.16.1}/tests/_large_map.py +0 -0
- {alembic-1.16.0 → alembic-1.16.1}/tests/conftest.py +0 -0
- {alembic-1.16.0 → alembic-1.16.1}/tests/requirements.py +0 -0
- {alembic-1.16.0 → alembic-1.16.1}/tests/test_autogen_composition.py +0 -0
- {alembic-1.16.0 → alembic-1.16.1}/tests/test_autogen_diffs.py +0 -0
- {alembic-1.16.0 → alembic-1.16.1}/tests/test_autogen_indexes.py +0 -0
- {alembic-1.16.0 → alembic-1.16.1}/tests/test_autogen_render.py +0 -0
- {alembic-1.16.0 → alembic-1.16.1}/tests/test_batch.py +0 -0
- {alembic-1.16.0 → alembic-1.16.1}/tests/test_bulk_insert.py +0 -0
- {alembic-1.16.0 → alembic-1.16.1}/tests/test_config.py +0 -0
- {alembic-1.16.0 → alembic-1.16.1}/tests/test_editor.py +0 -0
- {alembic-1.16.0 → alembic-1.16.1}/tests/test_environment.py +0 -0
- {alembic-1.16.0 → alembic-1.16.1}/tests/test_external_dialect.py +0 -0
- {alembic-1.16.0 → alembic-1.16.1}/tests/test_impl.py +0 -0
- {alembic-1.16.0 → alembic-1.16.1}/tests/test_messaging.py +0 -0
- {alembic-1.16.0 → alembic-1.16.1}/tests/test_mssql.py +0 -0
- {alembic-1.16.0 → alembic-1.16.1}/tests/test_mysql.py +0 -0
- {alembic-1.16.0 → alembic-1.16.1}/tests/test_offline_environment.py +0 -0
- {alembic-1.16.0 → alembic-1.16.1}/tests/test_op.py +0 -0
- {alembic-1.16.0 → alembic-1.16.1}/tests/test_op_naming_convention.py +0 -0
- {alembic-1.16.0 → alembic-1.16.1}/tests/test_oracle.py +0 -0
- {alembic-1.16.0 → alembic-1.16.1}/tests/test_post_write.py +0 -0
- {alembic-1.16.0 → alembic-1.16.1}/tests/test_postgresql.py +0 -0
- {alembic-1.16.0 → alembic-1.16.1}/tests/test_revision.py +0 -0
- {alembic-1.16.0 → alembic-1.16.1}/tests/test_script_consumption.py +0 -0
- {alembic-1.16.0 → alembic-1.16.1}/tests/test_script_production.py +0 -0
- {alembic-1.16.0 → alembic-1.16.1}/tests/test_sqlite.py +0 -0
- {alembic-1.16.0 → alembic-1.16.1}/tests/test_stubs.py +0 -0
- {alembic-1.16.0 → alembic-1.16.1}/tests/test_suite.py +0 -0
- {alembic-1.16.0 → alembic-1.16.1}/tests/test_version_table.py +0 -0
- {alembic-1.16.0 → alembic-1.16.1}/tests/test_version_traversal.py +0 -0
- {alembic-1.16.0 → alembic-1.16.1}/tools/write_pyi.py +0 -0
- {alembic-1.16.0 → alembic-1.16.1}/tox.ini +0 -0
@@ -68,7 +68,7 @@ def init(
|
|
68
68
|
template_path = config._get_template_path() / template
|
69
69
|
|
70
70
|
if not template_path.exists():
|
71
|
-
raise util.CommandError("No such template {template_path}")
|
71
|
+
raise util.CommandError(f"No such template {template_path}")
|
72
72
|
|
73
73
|
# left as os.access() to suit unit test mocking
|
74
74
|
if not os.access(directory_path, os.F_OK):
|
@@ -264,7 +264,10 @@ class Config:
|
|
264
264
|
commands.
|
265
265
|
|
266
266
|
"""
|
267
|
-
|
267
|
+
import alembic
|
268
|
+
|
269
|
+
package_dir = Path(alembic.__file__).absolute().parent
|
270
|
+
return str(package_dir / "templates")
|
268
271
|
|
269
272
|
def _get_template_path(self) -> Path:
|
270
273
|
"""Return the directory where Alembic setup templates are found.
|
@@ -275,10 +278,7 @@ class Config:
|
|
275
278
|
.. versionadded:: 1.16.0
|
276
279
|
|
277
280
|
"""
|
278
|
-
|
279
|
-
|
280
|
-
package_dir = Path(alembic.__file__).absolute().parent
|
281
|
-
return package_dir / "templates"
|
281
|
+
return Path(self.get_template_directory())
|
282
282
|
|
283
283
|
@overload
|
284
284
|
def get_section(
|
@@ -3,6 +3,27 @@
|
|
3
3
|
Changelog
|
4
4
|
==========
|
5
5
|
|
6
|
+
.. changelog::
|
7
|
+
:version: 1.16.1
|
8
|
+
:released: May 21, 2025
|
9
|
+
|
10
|
+
.. change::
|
11
|
+
:tags: bug, command
|
12
|
+
:tickets: 1660
|
13
|
+
|
14
|
+
Fixed regression caused by the ``pathlib`` refactoring that removed the use
|
15
|
+
of :meth:`.Config.get_template_directory` as the canonical source of
|
16
|
+
templates; the method is still present however it no longer would be
|
17
|
+
consulted for a custom config subclass, as was the case with flask-migrate.
|
18
|
+
|
19
|
+
.. change::
|
20
|
+
:tags: bug, command
|
21
|
+
:tickets: 1659
|
22
|
+
|
23
|
+
Fixed regression caused by the ``pathlib`` refactoring where the "missing
|
24
|
+
template" error message failed to render the name of the template that
|
25
|
+
could not be found.
|
26
|
+
|
6
27
|
.. changelog::
|
7
28
|
:version: 1.16.0
|
8
29
|
:released: May 21, 2025
|
@@ -8,7 +8,7 @@
|
|
8
8
|
<meta charset="utf-8" />
|
9
9
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="viewport" content="width=device-width, initial-scale=1" />
|
10
10
|
|
11
|
-
<title>Autogeneration — Alembic 1.16.
|
11
|
+
<title>Autogeneration — Alembic 1.16.1 documentation</title>
|
12
12
|
|
13
13
|
|
14
14
|
|
@@ -40,7 +40,7 @@
|
|
40
40
|
<link rel="preload" as="script" href="../_static/scripts/pydata-sphinx-theme.js?digest=dfe6caa3a7d634c4db9b" />
|
41
41
|
<script src="../_static/vendor/fontawesome/6.5.2/js/all.min.js?digest=dfe6caa3a7d634c4db9b"></script>
|
42
42
|
|
43
|
-
<script src="../_static/documentation_options.js?v=
|
43
|
+
<script src="../_static/documentation_options.js?v=735ab59b"></script>
|
44
44
|
<script src="../_static/doctools.js?v=9bcbadda"></script>
|
45
45
|
<script src="../_static/sphinx_highlight.js?v=dc90522c"></script>
|
46
46
|
<script src="../_static/clipboard.min.js?v=a7894cd8"></script>
|
@@ -138,7 +138,7 @@
|
|
138
138
|
|
139
139
|
|
140
140
|
|
141
|
-
<p class="title logo__title">Alembic 1.16.
|
141
|
+
<p class="title logo__title">Alembic 1.16.1 documentation</p>
|
142
142
|
|
143
143
|
</a></div>
|
144
144
|
<div class="sidebar-primary-item"><ul class="navbar-icon-links"
|
@@ -8,7 +8,7 @@
|
|
8
8
|
<meta charset="utf-8" />
|
9
9
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="viewport" content="width=device-width, initial-scale=1" />
|
10
10
|
|
11
|
-
<title>Commands — Alembic 1.16.
|
11
|
+
<title>Commands — Alembic 1.16.1 documentation</title>
|
12
12
|
|
13
13
|
|
14
14
|
|
@@ -40,7 +40,7 @@
|
|
40
40
|
<link rel="preload" as="script" href="../_static/scripts/pydata-sphinx-theme.js?digest=dfe6caa3a7d634c4db9b" />
|
41
41
|
<script src="../_static/vendor/fontawesome/6.5.2/js/all.min.js?digest=dfe6caa3a7d634c4db9b"></script>
|
42
42
|
|
43
|
-
<script src="../_static/documentation_options.js?v=
|
43
|
+
<script src="../_static/documentation_options.js?v=735ab59b"></script>
|
44
44
|
<script src="../_static/doctools.js?v=9bcbadda"></script>
|
45
45
|
<script src="../_static/sphinx_highlight.js?v=dc90522c"></script>
|
46
46
|
<script src="../_static/clipboard.min.js?v=a7894cd8"></script>
|
@@ -138,7 +138,7 @@
|
|
138
138
|
|
139
139
|
|
140
140
|
|
141
|
-
<p class="title logo__title">Alembic 1.16.
|
141
|
+
<p class="title logo__title">Alembic 1.16.1 documentation</p>
|
142
142
|
|
143
143
|
</a></div>
|
144
144
|
<div class="sidebar-primary-item"><ul class="navbar-icon-links"
|
@@ -8,7 +8,7 @@
|
|
8
8
|
<meta charset="utf-8" />
|
9
9
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="viewport" content="width=device-width, initial-scale=1" />
|
10
10
|
|
11
|
-
<title>Configuration — Alembic 1.16.
|
11
|
+
<title>Configuration — Alembic 1.16.1 documentation</title>
|
12
12
|
|
13
13
|
|
14
14
|
|
@@ -40,7 +40,7 @@
|
|
40
40
|
<link rel="preload" as="script" href="../_static/scripts/pydata-sphinx-theme.js?digest=dfe6caa3a7d634c4db9b" />
|
41
41
|
<script src="../_static/vendor/fontawesome/6.5.2/js/all.min.js?digest=dfe6caa3a7d634c4db9b"></script>
|
42
42
|
|
43
|
-
<script src="../_static/documentation_options.js?v=
|
43
|
+
<script src="../_static/documentation_options.js?v=735ab59b"></script>
|
44
44
|
<script src="../_static/doctools.js?v=9bcbadda"></script>
|
45
45
|
<script src="../_static/sphinx_highlight.js?v=dc90522c"></script>
|
46
46
|
<script src="../_static/clipboard.min.js?v=a7894cd8"></script>
|
@@ -138,7 +138,7 @@
|
|
138
138
|
|
139
139
|
|
140
140
|
|
141
|
-
<p class="title logo__title">Alembic 1.16.
|
141
|
+
<p class="title logo__title">Alembic 1.16.1 documentation</p>
|
142
142
|
|
143
143
|
</a></div>
|
144
144
|
<div class="sidebar-primary-item"><ul class="navbar-icon-links"
|
@@ -8,7 +8,7 @@
|
|
8
8
|
<meta charset="utf-8" />
|
9
9
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="viewport" content="width=device-width, initial-scale=1" />
|
10
10
|
|
11
|
-
<title>DDL Internals — Alembic 1.16.
|
11
|
+
<title>DDL Internals — Alembic 1.16.1 documentation</title>
|
12
12
|
|
13
13
|
|
14
14
|
|
@@ -40,7 +40,7 @@
|
|
40
40
|
<link rel="preload" as="script" href="../_static/scripts/pydata-sphinx-theme.js?digest=dfe6caa3a7d634c4db9b" />
|
41
41
|
<script src="../_static/vendor/fontawesome/6.5.2/js/all.min.js?digest=dfe6caa3a7d634c4db9b"></script>
|
42
42
|
|
43
|
-
<script src="../_static/documentation_options.js?v=
|
43
|
+
<script src="../_static/documentation_options.js?v=735ab59b"></script>
|
44
44
|
<script src="../_static/doctools.js?v=9bcbadda"></script>
|
45
45
|
<script src="../_static/sphinx_highlight.js?v=dc90522c"></script>
|
46
46
|
<script src="../_static/clipboard.min.js?v=a7894cd8"></script>
|
@@ -138,7 +138,7 @@
|
|
138
138
|
|
139
139
|
|
140
140
|
|
141
|
-
<p class="title logo__title">Alembic 1.16.
|
141
|
+
<p class="title logo__title">Alembic 1.16.1 documentation</p>
|
142
142
|
|
143
143
|
</a></div>
|
144
144
|
<div class="sidebar-primary-item"><ul class="navbar-icon-links"
|
@@ -8,7 +8,7 @@
|
|
8
8
|
<meta charset="utf-8" />
|
9
9
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="viewport" content="width=device-width, initial-scale=1" />
|
10
10
|
|
11
|
-
<title>API Details — Alembic 1.16.
|
11
|
+
<title>API Details — Alembic 1.16.1 documentation</title>
|
12
12
|
|
13
13
|
|
14
14
|
|
@@ -40,7 +40,7 @@
|
|
40
40
|
<link rel="preload" as="script" href="../_static/scripts/pydata-sphinx-theme.js?digest=dfe6caa3a7d634c4db9b" />
|
41
41
|
<script src="../_static/vendor/fontawesome/6.5.2/js/all.min.js?digest=dfe6caa3a7d634c4db9b"></script>
|
42
42
|
|
43
|
-
<script src="../_static/documentation_options.js?v=
|
43
|
+
<script src="../_static/documentation_options.js?v=735ab59b"></script>
|
44
44
|
<script src="../_static/doctools.js?v=9bcbadda"></script>
|
45
45
|
<script src="../_static/sphinx_highlight.js?v=dc90522c"></script>
|
46
46
|
<script src="../_static/clipboard.min.js?v=a7894cd8"></script>
|
@@ -138,7 +138,7 @@
|
|
138
138
|
|
139
139
|
|
140
140
|
|
141
|
-
<p class="title logo__title">Alembic 1.16.
|
141
|
+
<p class="title logo__title">Alembic 1.16.1 documentation</p>
|
142
142
|
|
143
143
|
</a></div>
|
144
144
|
<div class="sidebar-primary-item"><ul class="navbar-icon-links"
|
@@ -8,7 +8,7 @@
|
|
8
8
|
<meta charset="utf-8" />
|
9
9
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="viewport" content="width=device-width, initial-scale=1" />
|
10
10
|
|
11
|
-
<title>Operation Directives — Alembic 1.16.
|
11
|
+
<title>Operation Directives — Alembic 1.16.1 documentation</title>
|
12
12
|
|
13
13
|
|
14
14
|
|
@@ -40,7 +40,7 @@
|
|
40
40
|
<link rel="preload" as="script" href="../_static/scripts/pydata-sphinx-theme.js?digest=dfe6caa3a7d634c4db9b" />
|
41
41
|
<script src="../_static/vendor/fontawesome/6.5.2/js/all.min.js?digest=dfe6caa3a7d634c4db9b"></script>
|
42
42
|
|
43
|
-
<script src="../_static/documentation_options.js?v=
|
43
|
+
<script src="../_static/documentation_options.js?v=735ab59b"></script>
|
44
44
|
<script src="../_static/doctools.js?v=9bcbadda"></script>
|
45
45
|
<script src="../_static/sphinx_highlight.js?v=dc90522c"></script>
|
46
46
|
<script src="../_static/clipboard.min.js?v=a7894cd8"></script>
|
@@ -138,7 +138,7 @@
|
|
138
138
|
|
139
139
|
|
140
140
|
|
141
|
-
<p class="title logo__title">Alembic 1.16.
|
141
|
+
<p class="title logo__title">Alembic 1.16.1 documentation</p>
|
142
142
|
|
143
143
|
</a></div>
|
144
144
|
<div class="sidebar-primary-item"><ul class="navbar-icon-links"
|
@@ -8,7 +8,7 @@
|
|
8
8
|
<meta charset="utf-8" />
|
9
9
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="viewport" content="width=device-width, initial-scale=1" />
|
10
10
|
|
11
|
-
<title>Overview — Alembic 1.16.
|
11
|
+
<title>Overview — Alembic 1.16.1 documentation</title>
|
12
12
|
|
13
13
|
|
14
14
|
|
@@ -40,7 +40,7 @@
|
|
40
40
|
<link rel="preload" as="script" href="../_static/scripts/pydata-sphinx-theme.js?digest=dfe6caa3a7d634c4db9b" />
|
41
41
|
<script src="../_static/vendor/fontawesome/6.5.2/js/all.min.js?digest=dfe6caa3a7d634c4db9b"></script>
|
42
42
|
|
43
|
-
<script src="../_static/documentation_options.js?v=
|
43
|
+
<script src="../_static/documentation_options.js?v=735ab59b"></script>
|
44
44
|
<script src="../_static/doctools.js?v=9bcbadda"></script>
|
45
45
|
<script src="../_static/sphinx_highlight.js?v=dc90522c"></script>
|
46
46
|
<script src="../_static/clipboard.min.js?v=a7894cd8"></script>
|
@@ -138,7 +138,7 @@
|
|
138
138
|
|
139
139
|
|
140
140
|
|
141
|
-
<p class="title logo__title">Alembic 1.16.
|
141
|
+
<p class="title logo__title">Alembic 1.16.1 documentation</p>
|
142
142
|
|
143
143
|
</a></div>
|
144
144
|
<div class="sidebar-primary-item"><ul class="navbar-icon-links"
|
@@ -8,7 +8,7 @@
|
|
8
8
|
<meta charset="utf-8" />
|
9
9
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="viewport" content="width=device-width, initial-scale=1" />
|
10
10
|
|
11
|
-
<title>Runtime Objects — Alembic 1.16.
|
11
|
+
<title>Runtime Objects — Alembic 1.16.1 documentation</title>
|
12
12
|
|
13
13
|
|
14
14
|
|
@@ -40,7 +40,7 @@
|
|
40
40
|
<link rel="preload" as="script" href="../_static/scripts/pydata-sphinx-theme.js?digest=dfe6caa3a7d634c4db9b" />
|
41
41
|
<script src="../_static/vendor/fontawesome/6.5.2/js/all.min.js?digest=dfe6caa3a7d634c4db9b"></script>
|
42
42
|
|
43
|
-
<script src="../_static/documentation_options.js?v=
|
43
|
+
<script src="../_static/documentation_options.js?v=735ab59b"></script>
|
44
44
|
<script src="../_static/doctools.js?v=9bcbadda"></script>
|
45
45
|
<script src="../_static/sphinx_highlight.js?v=dc90522c"></script>
|
46
46
|
<script src="../_static/clipboard.min.js?v=a7894cd8"></script>
|
@@ -138,7 +138,7 @@
|
|
138
138
|
|
139
139
|
|
140
140
|
|
141
|
-
<p class="title logo__title">Alembic 1.16.
|
141
|
+
<p class="title logo__title">Alembic 1.16.1 documentation</p>
|
142
142
|
|
143
143
|
</a></div>
|
144
144
|
<div class="sidebar-primary-item"><ul class="navbar-icon-links"
|
@@ -8,7 +8,7 @@
|
|
8
8
|
<meta charset="utf-8" />
|
9
9
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="viewport" content="width=device-width, initial-scale=1" />
|
10
10
|
|
11
|
-
<title>Script Directory — Alembic 1.16.
|
11
|
+
<title>Script Directory — Alembic 1.16.1 documentation</title>
|
12
12
|
|
13
13
|
|
14
14
|
|
@@ -40,7 +40,7 @@
|
|
40
40
|
<link rel="preload" as="script" href="../_static/scripts/pydata-sphinx-theme.js?digest=dfe6caa3a7d634c4db9b" />
|
41
41
|
<script src="../_static/vendor/fontawesome/6.5.2/js/all.min.js?digest=dfe6caa3a7d634c4db9b"></script>
|
42
42
|
|
43
|
-
<script src="../_static/documentation_options.js?v=
|
43
|
+
<script src="../_static/documentation_options.js?v=735ab59b"></script>
|
44
44
|
<script src="../_static/doctools.js?v=9bcbadda"></script>
|
45
45
|
<script src="../_static/sphinx_highlight.js?v=dc90522c"></script>
|
46
46
|
<script src="../_static/clipboard.min.js?v=a7894cd8"></script>
|
@@ -138,7 +138,7 @@
|
|
138
138
|
|
139
139
|
|
140
140
|
|
141
|
-
<p class="title logo__title">Alembic 1.16.
|
141
|
+
<p class="title logo__title">Alembic 1.16.1 documentation</p>
|
142
142
|
|
143
143
|
</a></div>
|
144
144
|
<div class="sidebar-primary-item"><ul class="navbar-icon-links"
|
@@ -8,7 +8,7 @@
|
|
8
8
|
<meta charset="utf-8" />
|
9
9
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="viewport" content="width=device-width, initial-scale=1" />
|
10
10
|
|
11
|
-
<title>Auto Generating Migrations — Alembic 1.16.
|
11
|
+
<title>Auto Generating Migrations — Alembic 1.16.1 documentation</title>
|
12
12
|
|
13
13
|
|
14
14
|
|
@@ -40,7 +40,7 @@
|
|
40
40
|
<link rel="preload" as="script" href="_static/scripts/pydata-sphinx-theme.js?digest=dfe6caa3a7d634c4db9b" />
|
41
41
|
<script src="_static/vendor/fontawesome/6.5.2/js/all.min.js?digest=dfe6caa3a7d634c4db9b"></script>
|
42
42
|
|
43
|
-
<script src="_static/documentation_options.js?v=
|
43
|
+
<script src="_static/documentation_options.js?v=735ab59b"></script>
|
44
44
|
<script src="_static/doctools.js?v=9bcbadda"></script>
|
45
45
|
<script src="_static/sphinx_highlight.js?v=dc90522c"></script>
|
46
46
|
<script src="_static/clipboard.min.js?v=a7894cd8"></script>
|
@@ -138,7 +138,7 @@
|
|
138
138
|
|
139
139
|
|
140
140
|
|
141
|
-
<p class="title logo__title">Alembic 1.16.
|
141
|
+
<p class="title logo__title">Alembic 1.16.1 documentation</p>
|
142
142
|
|
143
143
|
</a></div>
|
144
144
|
<div class="sidebar-primary-item"><ul class="navbar-icon-links"
|
@@ -8,7 +8,7 @@
|
|
8
8
|
<meta charset="utf-8" />
|
9
9
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="viewport" content="width=device-width, initial-scale=1" />
|
10
10
|
|
11
|
-
<title>Running “Batch” Migrations for SQLite and Other Databases — Alembic 1.16.
|
11
|
+
<title>Running “Batch” Migrations for SQLite and Other Databases — Alembic 1.16.1 documentation</title>
|
12
12
|
|
13
13
|
|
14
14
|
|
@@ -40,7 +40,7 @@
|
|
40
40
|
<link rel="preload" as="script" href="_static/scripts/pydata-sphinx-theme.js?digest=dfe6caa3a7d634c4db9b" />
|
41
41
|
<script src="_static/vendor/fontawesome/6.5.2/js/all.min.js?digest=dfe6caa3a7d634c4db9b"></script>
|
42
42
|
|
43
|
-
<script src="_static/documentation_options.js?v=
|
43
|
+
<script src="_static/documentation_options.js?v=735ab59b"></script>
|
44
44
|
<script src="_static/doctools.js?v=9bcbadda"></script>
|
45
45
|
<script src="_static/sphinx_highlight.js?v=dc90522c"></script>
|
46
46
|
<script src="_static/clipboard.min.js?v=a7894cd8"></script>
|
@@ -138,7 +138,7 @@
|
|
138
138
|
|
139
139
|
|
140
140
|
|
141
|
-
<p class="title logo__title">Alembic 1.16.
|
141
|
+
<p class="title logo__title">Alembic 1.16.1 documentation</p>
|
142
142
|
|
143
143
|
</a></div>
|
144
144
|
<div class="sidebar-primary-item"><ul class="navbar-icon-links"
|
@@ -8,7 +8,7 @@
|
|
8
8
|
<meta charset="utf-8" />
|
9
9
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="viewport" content="width=device-width, initial-scale=1" />
|
10
10
|
|
11
|
-
<title>Working with Branches — Alembic 1.16.
|
11
|
+
<title>Working with Branches — Alembic 1.16.1 documentation</title>
|
12
12
|
|
13
13
|
|
14
14
|
|
@@ -40,7 +40,7 @@
|
|
40
40
|
<link rel="preload" as="script" href="_static/scripts/pydata-sphinx-theme.js?digest=dfe6caa3a7d634c4db9b" />
|
41
41
|
<script src="_static/vendor/fontawesome/6.5.2/js/all.min.js?digest=dfe6caa3a7d634c4db9b"></script>
|
42
42
|
|
43
|
-
<script src="_static/documentation_options.js?v=
|
43
|
+
<script src="_static/documentation_options.js?v=735ab59b"></script>
|
44
44
|
<script src="_static/doctools.js?v=9bcbadda"></script>
|
45
45
|
<script src="_static/sphinx_highlight.js?v=dc90522c"></script>
|
46
46
|
<script src="_static/clipboard.min.js?v=a7894cd8"></script>
|
@@ -138,7 +138,7 @@
|
|
138
138
|
|
139
139
|
|
140
140
|
|
141
|
-
<p class="title logo__title">Alembic 1.16.
|
141
|
+
<p class="title logo__title">Alembic 1.16.1 documentation</p>
|
142
142
|
|
143
143
|
</a></div>
|
144
144
|
<div class="sidebar-primary-item"><ul class="navbar-icon-links"
|
@@ -3,6 +3,27 @@
|
|
3
3
|
Changelog
|
4
4
|
==========
|
5
5
|
|
6
|
+
.. changelog::
|
7
|
+
:version: 1.16.1
|
8
|
+
:released: May 21, 2025
|
9
|
+
|
10
|
+
.. change::
|
11
|
+
:tags: bug, command
|
12
|
+
:tickets: 1660
|
13
|
+
|
14
|
+
Fixed regression caused by the ``pathlib`` refactoring that removed the use
|
15
|
+
of :meth:`.Config.get_template_directory` as the canonical source of
|
16
|
+
templates; the method is still present however it no longer would be
|
17
|
+
consulted for a custom config subclass, as was the case with flask-migrate.
|
18
|
+
|
19
|
+
.. change::
|
20
|
+
:tags: bug, command
|
21
|
+
:tickets: 1659
|
22
|
+
|
23
|
+
Fixed regression caused by the ``pathlib`` refactoring where the "missing
|
24
|
+
template" error message failed to render the name of the template that
|
25
|
+
could not be found.
|
26
|
+
|
6
27
|
.. changelog::
|
7
28
|
:version: 1.16.0
|
8
29
|
:released: May 21, 2025
|
@@ -8,7 +8,7 @@
|
|
8
8
|
<meta charset="utf-8" />
|
9
9
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="viewport" content="width=device-width, initial-scale=1" />
|
10
10
|
|
11
|
-
<title>Changelog — Alembic 1.16.
|
11
|
+
<title>Changelog — Alembic 1.16.1 documentation</title>
|
12
12
|
|
13
13
|
|
14
14
|
|
@@ -40,7 +40,7 @@
|
|
40
40
|
<link rel="preload" as="script" href="_static/scripts/pydata-sphinx-theme.js?digest=dfe6caa3a7d634c4db9b" />
|
41
41
|
<script src="_static/vendor/fontawesome/6.5.2/js/all.min.js?digest=dfe6caa3a7d634c4db9b"></script>
|
42
42
|
|
43
|
-
<script src="_static/documentation_options.js?v=
|
43
|
+
<script src="_static/documentation_options.js?v=735ab59b"></script>
|
44
44
|
<script src="_static/doctools.js?v=9bcbadda"></script>
|
45
45
|
<script src="_static/sphinx_highlight.js?v=dc90522c"></script>
|
46
46
|
<script src="_static/clipboard.min.js?v=a7894cd8"></script>
|
@@ -137,7 +137,7 @@
|
|
137
137
|
|
138
138
|
|
139
139
|
|
140
|
-
<p class="title logo__title">Alembic 1.16.
|
140
|
+
<p class="title logo__title">Alembic 1.16.1 documentation</p>
|
141
141
|
|
142
142
|
</a></div>
|
143
143
|
<div class="sidebar-primary-item"><ul class="navbar-icon-links"
|
@@ -349,6 +349,10 @@ document.write(`
|
|
349
349
|
</div>
|
350
350
|
<nav aria-label="Page">
|
351
351
|
<ul class="visible nav section-nav flex-column">
|
352
|
+
<li class="toc-h2 nav-item toc-entry"><a class="reference internal nav-link" href="#change-1.16.1">1.16.1</a><ul class="nav section-nav flex-column">
|
353
|
+
<li class="toc-h3 nav-item toc-entry"><a class="reference internal nav-link" href="#change-1.16.1-bug">bug</a></li>
|
354
|
+
</ul>
|
355
|
+
</li>
|
352
356
|
<li class="toc-h2 nav-item toc-entry"><a class="reference internal nav-link" href="#change-1.16.0">1.16.0</a><ul class="nav section-nav flex-column">
|
353
357
|
<li class="toc-h3 nav-item toc-entry"><a class="reference internal nav-link" href="#change-1.16.0-feature">feature</a></li>
|
354
358
|
<li class="toc-h3 nav-item toc-entry"><a class="reference internal nav-link" href="#change-1.16.0-usecase">usecase</a></li>
|
@@ -956,6 +960,27 @@ document.write(`
|
|
956
960
|
|
957
961
|
<section id="changelog">
|
958
962
|
<h1>Changelog<a class="headerlink" href="#changelog" title="Link to this heading">#</a></h1>
|
963
|
+
<section id="change-1.16.1">
|
964
|
+
<h2 class="release-version">1.16.1<a class="headerlink" href="#change-1.16.1" title="Link to this heading">#</a></h2>
|
965
|
+
Released: May 21, 2025<section id="change-1.16.1-bug">
|
966
|
+
<h3>bug<a class="headerlink" href="#change-1.16.1-bug" title="Link to this heading">#</a></h3>
|
967
|
+
<ul class="simple">
|
968
|
+
<li><p class="caption" id="change-1.16.1-0"><span class="target" id="change-8de4972de0fb56478b0b18e5ca1bcfc4"><strong>[bug] [command]</strong> <a class="changelog-reference headerlink reference internal" href="#change-8de4972de0fb56478b0b18e5ca1bcfc4">¶</a></span><p>Fixed regression caused by the <code class="docutils literal notranslate"><span class="pre">pathlib</span></code> refactoring that removed the use
|
969
|
+
of <a class="reference internal" href="api/config.html#alembic.config.Config.get_template_directory" title="alembic.config.Config.get_template_directory"><code class="xref py py-meth docutils literal notranslate"><span class="pre">Config.get_template_directory()</span></code></a> as the canonical source of
|
970
|
+
templates; the method is still present however it no longer would be
|
971
|
+
consulted for a custom config subclass, as was the case with flask-migrate.</p>
|
972
|
+
<p>References: <a class="reference external" href="https://github.com/sqlalchemy/alembic/issues/1660">#1660</a></p>
|
973
|
+
</p>
|
974
|
+
</li>
|
975
|
+
<li><p class="caption" id="change-1.16.1-1"><span class="target" id="change-86e8c6a262d55001ce611482cf2b8738"><strong>[bug] [command]</strong> <a class="changelog-reference headerlink reference internal" href="#change-86e8c6a262d55001ce611482cf2b8738">¶</a></span><p>Fixed regression caused by the <code class="docutils literal notranslate"><span class="pre">pathlib</span></code> refactoring where the “missing
|
976
|
+
template” error message failed to render the name of the template that
|
977
|
+
could not be found.</p>
|
978
|
+
<p>References: <a class="reference external" href="https://github.com/sqlalchemy/alembic/issues/1659">#1659</a></p>
|
979
|
+
</p>
|
980
|
+
</li>
|
981
|
+
</ul>
|
982
|
+
</section>
|
983
|
+
</section>
|
959
984
|
<section id="change-1.16.0">
|
960
985
|
<h2 class="release-version">1.16.0<a class="headerlink" href="#change-1.16.0" title="Link to this heading">#</a></h2>
|
961
986
|
Released: May 21, 2025<section id="change-1.16.0-feature">
|
@@ -7103,6 +7128,10 @@ by key, etc. for full support here.</p>
|
|
7103
7128
|
</div>
|
7104
7129
|
<nav class="bd-toc-nav page-toc">
|
7105
7130
|
<ul class="visible nav section-nav flex-column">
|
7131
|
+
<li class="toc-h2 nav-item toc-entry"><a class="reference internal nav-link" href="#change-1.16.1">1.16.1</a><ul class="nav section-nav flex-column">
|
7132
|
+
<li class="toc-h3 nav-item toc-entry"><a class="reference internal nav-link" href="#change-1.16.1-bug">bug</a></li>
|
7133
|
+
</ul>
|
7134
|
+
</li>
|
7106
7135
|
<li class="toc-h2 nav-item toc-entry"><a class="reference internal nav-link" href="#change-1.16.0">1.16.0</a><ul class="nav section-nav flex-column">
|
7107
7136
|
<li class="toc-h3 nav-item toc-entry"><a class="reference internal nav-link" href="#change-1.16.0-feature">feature</a></li>
|
7108
7137
|
<li class="toc-h3 nav-item toc-entry"><a class="reference internal nav-link" href="#change-1.16.0-usecase">usecase</a></li>
|
@@ -8,7 +8,7 @@
|
|
8
8
|
<meta charset="utf-8" />
|
9
9
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="viewport" content="width=device-width, initial-scale=1" />
|
10
10
|
|
11
|
-
<title>Cookbook — Alembic 1.16.
|
11
|
+
<title>Cookbook — Alembic 1.16.1 documentation</title>
|
12
12
|
|
13
13
|
|
14
14
|
|
@@ -40,7 +40,7 @@
|
|
40
40
|
<link rel="preload" as="script" href="_static/scripts/pydata-sphinx-theme.js?digest=dfe6caa3a7d634c4db9b" />
|
41
41
|
<script src="_static/vendor/fontawesome/6.5.2/js/all.min.js?digest=dfe6caa3a7d634c4db9b"></script>
|
42
42
|
|
43
|
-
<script src="_static/documentation_options.js?v=
|
43
|
+
<script src="_static/documentation_options.js?v=735ab59b"></script>
|
44
44
|
<script src="_static/doctools.js?v=9bcbadda"></script>
|
45
45
|
<script src="_static/sphinx_highlight.js?v=dc90522c"></script>
|
46
46
|
<script src="_static/clipboard.min.js?v=a7894cd8"></script>
|
@@ -138,7 +138,7 @@
|
|
138
138
|
|
139
139
|
|
140
140
|
|
141
|
-
<p class="title logo__title">Alembic 1.16.
|
141
|
+
<p class="title logo__title">Alembic 1.16.1 documentation</p>
|
142
142
|
|
143
143
|
</a></div>
|
144
144
|
<div class="sidebar-primary-item"><ul class="navbar-icon-links"
|
@@ -8,7 +8,7 @@
|
|
8
8
|
<meta charset="utf-8" />
|
9
9
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="viewport" content="width=device-width, initial-scale=1" />
|
10
10
|
|
11
|
-
<title>Front Matter — Alembic 1.16.
|
11
|
+
<title>Front Matter — Alembic 1.16.1 documentation</title>
|
12
12
|
|
13
13
|
|
14
14
|
|
@@ -40,7 +40,7 @@
|
|
40
40
|
<link rel="preload" as="script" href="_static/scripts/pydata-sphinx-theme.js?digest=dfe6caa3a7d634c4db9b" />
|
41
41
|
<script src="_static/vendor/fontawesome/6.5.2/js/all.min.js?digest=dfe6caa3a7d634c4db9b"></script>
|
42
42
|
|
43
|
-
<script src="_static/documentation_options.js?v=
|
43
|
+
<script src="_static/documentation_options.js?v=735ab59b"></script>
|
44
44
|
<script src="_static/doctools.js?v=9bcbadda"></script>
|
45
45
|
<script src="_static/sphinx_highlight.js?v=dc90522c"></script>
|
46
46
|
<script src="_static/clipboard.min.js?v=a7894cd8"></script>
|
@@ -138,7 +138,7 @@
|
|
138
138
|
|
139
139
|
|
140
140
|
|
141
|
-
<p class="title logo__title">Alembic 1.16.
|
141
|
+
<p class="title logo__title">Alembic 1.16.1 documentation</p>
|
142
142
|
|
143
143
|
</a></div>
|
144
144
|
<div class="sidebar-primary-item"><ul class="navbar-icon-links"
|
@@ -7,7 +7,7 @@
|
|
7
7
|
<head>
|
8
8
|
<meta charset="utf-8" />
|
9
9
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
10
|
-
<title>Index — Alembic 1.16.
|
10
|
+
<title>Index — Alembic 1.16.1 documentation</title>
|
11
11
|
|
12
12
|
|
13
13
|
|
@@ -39,7 +39,7 @@
|
|
39
39
|
<link rel="preload" as="script" href="_static/scripts/pydata-sphinx-theme.js?digest=dfe6caa3a7d634c4db9b" />
|
40
40
|
<script src="_static/vendor/fontawesome/6.5.2/js/all.min.js?digest=dfe6caa3a7d634c4db9b"></script>
|
41
41
|
|
42
|
-
<script src="_static/documentation_options.js?v=
|
42
|
+
<script src="_static/documentation_options.js?v=735ab59b"></script>
|
43
43
|
<script src="_static/doctools.js?v=9bcbadda"></script>
|
44
44
|
<script src="_static/sphinx_highlight.js?v=dc90522c"></script>
|
45
45
|
<script src="_static/clipboard.min.js?v=a7894cd8"></script>
|
@@ -137,7 +137,7 @@
|
|
137
137
|
|
138
138
|
|
139
139
|
|
140
|
-
<p class="title logo__title">Alembic 1.16.
|
140
|
+
<p class="title logo__title">Alembic 1.16.1 documentation</p>
|
141
141
|
|
142
142
|
</a></div>
|
143
143
|
<div class="sidebar-primary-item"><ul class="navbar-icon-links"
|