-
Notifications
You must be signed in to change notification settings - Fork 299
Allow example app and tests to be run with Django 2.2 #642
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
Codecov Report
@@ Coverage Diff @@ ## master #642 +/- ## ======================================= Coverage 96.16% 96.16% ======================================= Files 56 56 Lines 2866 2866 ======================================= Hits 2756 2756 Misses 110 110
Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Interesting that only Django 2.2 surfaced this.... Perhaps pre-2.2 didn't default a foreign-key integrity check.
LGTM.
Description of the Change
Checklist
CHANGELOG.md
updated (only for user relevant changes)AUTHORS