]> git.ipfire.org Git - thirdparty/sqlalchemy/alembic.git/commit
Support version_locations paths with spaces
authorGord Thompson <gord@gordthompson.com>
Sat, 12 Jun 2021 21:12:17 +0000 (15:12 -0600)
committerMike Bayer <mike_mp@zzzcomputing.com>
Tue, 22 Jun 2021 18:00:26 +0000 (14:00 -0400)
commitd7d358e4ca5e4eab69f2d6e983aa8d026a776ae3
tree92ea6a39ccb2fe86af8e2bad0655f03235235054
parentc48373b5ae95a6dc84d4f02404f0b2da54f54a61
Support version_locations paths with spaces

Fixes: #842
Change-Id: Icae7899cecc137eaba26cd14ded9da89df35aae1
alembic/script/base.py
alembic/templates/async/alembic.ini.mako
alembic/templates/generic/alembic.ini.mako
alembic/templates/multidb/alembic.ini.mako
alembic/templates/pylons/alembic.ini.mako
docs/build/branches.rst
docs/build/tutorial.rst
docs/build/unreleased/842.rst [new file with mode: 0644]
tests/test_config.py