]> git.ipfire.org Git - thirdparty/sqlalchemy/alembic.git/commit
- changelog for pullrequest bitbucket:46; "alembic edit" command
authorMike Bayer <mike_mp@zzzcomputing.com>
Thu, 30 Jul 2015 18:09:47 +0000 (14:09 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Thu, 30 Jul 2015 18:09:47 +0000 (14:09 -0400)
commit0d38962a5e29a591e8e7c5788be05e13eef6f452
tree2e3825e7f23ba883a7e2fb35c27ce6549b4c48a0
parentd4da2e156c7eec4d9ac5744ec39b263a801e9523
- changelog for pullrequest bitbucket:46; "alembic edit" command
edits migration files using $EDITOR
- alter the edit command so that it accepts an argument in the same
way as ``alembic show``.
alembic/command.py
alembic/util/__init__.py
alembic/util/pyfiles.py
docs/build/changelog.rst
tests/test_command.py