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

Improved readability of code sections of success messages #185

Closed sdolemelipone closed 5 years ago

sdolemelipone commented 5 years ago

And added success message mixin to features list.

Just a couple of minor improvements to the documentation.

codecov-io commented 5 years ago

Codecov Report

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

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #185   +/-   ##
=======================================
  Coverage   50.75%   50.75%           
=======================================
  Files           6        6           
  Lines         530      530           
  Branches       58       58           
=======================================
  Hits          269      269           
  Misses        243      243           
  Partials       18       18

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 beaad11...6c8c611. Read the comment docs.

jonashaag commented 5 years ago

👍

jonashaag commented 5 years ago

Feel free to merge docs changes without discussion in the future

sdolemelipone commented 5 years ago

Will do, thanks.