-
-
Notifications
You must be signed in to change notification settings - Fork 339
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 Django 2 deprecations #227
Conversation
bc19b74
to
b90a68e
Compare
@albertyw I appreciate the work future proofing silk for Django 2. TravisCI is highlighting an error.
Is it possible for you to look into that so I can merge this in? |
b90a68e
to
268e256
Compare
268e256
to
040cea2
Compare
040cea2
to
f741446
Compare
@albertyw Thanks for addressing Django 2 deprecations! |
Next time, can we not squash commits? With pypi behind with releases, some people (at least me) are pinning to github hashes and if you squash commits, it means those exact commits don't get merged into master. |
@albertyw Yes I can do that. |
* Make sure all OneToOneFields explicitly declare on_delete * Switch to django.urls for imports * Update test project for django 2 * Default to newer MIDDLEWARE setting * Declare required app_name variable for inclusion
Fix some deprecations to make silk compatible with django 2.0