Closed phillipberndt closed 9 years ago
@phillipberndt Thank you for pull request. Unfortunately I will not merge anything if there are failing tests.
All tests now pass for Django 1.8. I'll look into <=1.7 later..
Fixing the tests required lots of changes. Most are cosmetic changes, but there are some important things. I'll add notes to the specific lines from the commits.
FYI, I tried to add Django 1.8 to the Travis config, but that doesn't work yet, apparently. It complains about something with django_webtest. I'll leave it to you to sort that out - the tests pass locally, and your constraint that no tests should fail with old versions is now fulfilled.
@phillipberndt Good job. Thank you
This PR fixes any deprecation warning from Django 1.8. To run on 1.8, one also needs to include the changes from the PR by @bx2; I haven't fixed any of the <1.7 compatibility issues, so the automated tests will fail.