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

Removed support for Django 1.7 and 1.8 #160

Closed sdolemelipone closed 6 years ago

sdolemelipone commented 6 years ago

This is the first time I've done one of these so if there's anything obvious I've missed, let me know. I've left the actual release number and date unchanged...

codecov-io commented 6 years ago

Codecov Report

Merging #160 into master will decrease coverage by 0.17%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #160      +/-   ##
==========================================
- Coverage   54.06%   53.88%   -0.18%     
==========================================
  Files           6        6              
  Lines         529      527       -2     
  Branches       62       61       -1     
==========================================
- Hits          286      284       -2     
  Misses        223      223              
  Partials       20       20
Impacted Files Coverage Δ
extra_views/generic.py 100% <100%> (ø) :arrow_up:

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 4f5dd38...bca89a7. Read the comment docs.

sdolemelipone commented 6 years ago

I think that's everything... it's just left for a release 1.11 to be written into the changelist and setup.py. Happy to look at Django 2.0 compatibility as well once that's done.

jonashaag commented 6 years ago

I dropped anything that has reached EOL by April 1

jonashaag commented 6 years ago

OK, let's merge this, Django 2.0 needs some more love.