Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix the merge command by allowing more than one argument. #74

Merged
merged 1 commit into from
Aug 18, 2015

Conversation

dwyerk
Copy link

@dwyerk dwyerk commented Aug 17, 2015

If you try to use manage.py like this:
python manage.py db merge 123abc 456def
You get:
manage.py: error: too many arguments
This change allows multiple arguments for the merge command.

@miguelgrinberg
Copy link
Owner

Thanks! I'm merging this, the build error is unrelated, there is an issue with multidb support and the recently released Alembic 0.8. I will put a new build out once I figure out this other problem.

miguelgrinberg added a commit that referenced this pull request Aug 18, 2015
Fix the merge command by allowing more than one argument.
@miguelgrinberg miguelgrinberg merged commit 4e15e53 into miguelgrinberg:master Aug 18, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants