AndrewIngram / django-extra-views

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

Work around Github not supporting include:: directive in .rst files #181

Closed sdolemelipone closed 5 years ago

sdolemelipone commented 5 years ago

Which means that README.rst was not picking up the dynamic sections.

codecov-io commented 5 years ago

Codecov Report

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

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #181   +/-   ##
=======================================
  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 42bace0...64493c7. Read the comment docs.

sdolemelipone commented 5 years ago

Just going to merge this as it's not any material change from #178, just a reshuffle.

jonashaag commented 5 years ago

:+1: