Closed sdolemelipone closed 5 years ago
Merging #183 into master will not change coverage. The diff coverage is
n/a
.
@@ Coverage Diff @@
## master #183 +/- ##
=======================================
Coverage 50.88% 50.88%
=======================================
Files 6 6
Lines 509 509
Branches 56 56
=======================================
Hits 259 259
Misses 234 234
Partials 16 16
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 6c0e2bc...a27b5e7. Read the comment docs.
As per #92. This happens automatically because our
ModelFormWithInlinesMixin
inherits from Django'sModelFormMixin
which correctly usesget_absolute_url()
for the success_url.