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

Introduce SuccessMessageWithInlinesMixin in contrib #151

Closed jlucchese closed 7 years ago

jlucchese commented 7 years ago

Following the PR #80, I change it to the contrib and remove messages.py.

codecov-io commented 7 years ago

Codecov Report

Merging #151 into master will decrease coverage by 1.15%. The diff coverage is 0%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #151      +/-   ##
==========================================
- Coverage   55.14%   53.99%   -1.16%     
==========================================
  Files           6        6              
  Lines         515      526      +11     
  Branches       61       62       +1     
==========================================
  Hits          284      284              
- Misses        211      222      +11     
  Partials       20       20
Impacted Files Coverage Δ
extra_views/contrib/mixins.py 58.73% <0%> (-5.62%) :arrow_down:

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 44e27df...86b1806. Read the comment docs.