]> git.ipfire.org Git - thirdparty/sqlalchemy/alembic.git/commit
Revert alembic.stamp "revisions" to "revision"
authorThomas Bechtold <tbechtold@suse.com>
Tue, 24 Sep 2019 14:27:03 +0000 (10:27 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Tue, 24 Sep 2019 15:42:40 +0000 (11:42 -0400)
commit310017f4acafaab750d8fdfbf3eec0007962dfc1
tree24fa65fea163fca066985e5e6a2cea8c222718bc
parent68ca631575a812f4f36e7521f11f4f351833282d
Revert alembic.stamp "revisions" to "revision"

Reverted the name change of the "revisions" argument to
:func:`.command.stamp` to "revision" as apparently applications are
calling upon this argument as a keyword name.  Pull request courtesy
Thomas Bechtold.  Special translations are also added to the command
line interface so that it is still known as "revisions" in the CLI.

Co-authored-by: Mike Bayer <mike_mp@zzzcomputing.com>
Fixes: #601
Closes: #602
Pull-request: https://github.com/sqlalchemy/alembic/pull/602
Pull-request-sha: 4126635e272f82ec53d630bb77c00cb6ff42cec9

Change-Id: I4312954bedc42bb4b76656a70c95b2b7280efae7
alembic/command.py
alembic/config.py
docs/build/unreleased/601.rst [new file with mode: 0644]
tests/test_command.py