Closed philippeluickx closed 6 years ago
It should be on_delete=models.CASCADE
because on_delete
is not the first argument under Django version 1.9
@shellfly that is a very good point, thanks for pointing that out. Will update.
Merging #61 into master will decrease coverage by
0.41%
. The diff coverage isn/a
.
@@ Coverage Diff @@
## master #61 +/- ##
=======================================
- Coverage 92.41% 92% -0.42%
=======================================
Files 7 4 -3
Lines 211 150 -61
Branches 14 12 -2
=======================================
- Hits 195 138 -57
+ Misses 13 9 -4
Partials 3 3
Impacted Files | Coverage Δ | |
---|---|---|
vote/templatetags/__init__.py | ||
vote/tests.py |
Continue to review full report at Codecov.
Legend - Click here to learn more
Δ = absolute <relative> (impact)
,ø = not affected
,? = missing data
Powered by Codecov. Last update 8036dda...3cd2b61. Read the comment docs.
https://github.com/shanbay/django-vote/issues/60