-
Notifications
You must be signed in to change notification settings - Fork 536
Get tests successfully running for python 3.4 and django 1.7 #497
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
Conversation
recommendation by south: http://south.readthedocs.org/en/latest/releasenotes/1.0.html#library-migration-path Fixes django 1.7 tests.
|
Strange this fail with travis because it works for me locally using py3.4.2, django 1.7.1: |
|
@tschellenbach, these tests pass locally for me using py 3.4.2 and django 1.7.1. These changes in this PR will have to happen for the django 1.7 branch as recommended by django and south:
Tests are still passing as they originally were with |
|
Thanks for the contribution Troy, one step closer! |
Get tests successfully running for python 3.4 and django 1.7
This should get the tests for django 1.7 running successfully.
Fixes #496, ping #493.