]> git.ipfire.org Git - thirdparty/sqlalchemy/alembic.git/commit
Ensure tuples are passed correctly in Revision.__repr__
authorMike Bayer <mike_mp@zzzcomputing.com>
Mon, 11 Jul 2016 15:42:13 +0000 (11:42 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Mon, 11 Jul 2016 15:42:13 +0000 (11:42 -0400)
commitccf3ca5fdfbb02938b4970a232a5401b310caf8d
treefbb7437a0361250f9c6007ffcef2d9c2849e520e
parentcad2dafa730f0d33a57a6f7483f8f08b297f277c
Ensure tuples are passed correctly in Revision.__repr__

Fixed bug where a repr() or str() of a Script object would fail
if the script had multiple dependencies.

Change-Id: Iae866058cce4ec5a7dc499358b23b06a4bbb6ecd
alembic/script/revision.py
docs/build/changelog.rst
tests/test_revision.py