AndrewIngram / django-extra-views

Django's class-based generic views are awesome, let's have more of them.
MIT License
1.39k stars 172 forks source link

Test that get_absolute_url() is used in success_url of Create/UpdateWithInlinesView #183

Closed sdolemelipone closed 5 years ago

sdolemelipone commented 5 years ago

As per #92. This happens automatically because our ModelFormWithInlinesMixin inherits from Django's ModelFormMixin which correctly uses get_absolute_url() for the success_url.

codecov-io commented 5 years ago

Codecov Report

Merging #183 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           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.