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

Remove b prefix to strings in migrations. #102

Merged
merged 1 commit into from Oct 23, 2015

Conversation

cdvv7788
Copy link
Contributor

In python 2 they should be ignored. In python 3 it does not seem to be a requirement for migrations. In fact in python 3 it was forcing a migration to a version without prefix.
May be a good idea to merge #84 before to make sure that it does not break for Python2 nor Python3.

…n 3 it does not seem to be a requirement for migrations. In fact in python 3 it was forcing a migration to a version without prefix.
coderholic added a commit that referenced this pull request Oct 23, 2015
Remove b prefix to strings in migrations.
@coderholic coderholic merged commit e785fe7 into coderholic:master Oct 23, 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.

None yet

2 participants