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

Adding support for Django 1.7 Migrations #25

Merged
merged 1 commit into from
Apr 1, 2015
Merged

Adding support for Django 1.7 Migrations #25

merged 1 commit into from
Apr 1, 2015

Conversation

bradmontgomery
Copy link
Contributor

This adds support for the new migrations that appear in Django 1.7. The older, south migrations have been moved into a south_migrations directory, which according the docs is where south 1.0 will look for them.

As long as users are using South 1.0, this change should work for Django 1.7 and (supported) earlier versions.

@coveralls
Copy link

Coverage Status

Coverage decreased (-12.34%) to 87.66% when pulling 794f778 on bradmontgomery:develop into d138c7c on bogdal:develop.

2 similar comments
@coveralls
Copy link

Coverage Status

Coverage decreased (-12.34%) to 87.66% when pulling 794f778 on bradmontgomery:develop into d138c7c on bogdal:develop.

@coveralls
Copy link

Coverage Status

Coverage decreased (-12.34%) to 87.66% when pulling 794f778 on bradmontgomery:develop into d138c7c on bogdal:develop.

@bradmontgomery
Copy link
Contributor Author

If you accept this, it might be worthwhile getting travis to build on Django 1.6 and 1.7; Coverage shouldn't decrease, then.

@bogdal
Copy link
Owner

bogdal commented Apr 1, 2015

Awesome, thanks.

bogdal added a commit that referenced this pull request Apr 1, 2015
Adding support for Django 1.7 Migrations
@bogdal bogdal merged commit 5cbe69a into bogdal:develop Apr 1, 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.

3 participants