encode / django-vanilla-views

Beautifully simple class-based views.
http://django-vanilla-views.org/
BSD 2-Clause "Simplified" License
985 stars 74 forks source link

new versions on test matrix #62

Closed auvipy closed 6 years ago

tomchristie commented 7 years ago

Good plan with the upgrades here. Coupla failures on the test run that need looking into.

auvipy commented 7 years ago

I will look into them

audiolion commented 7 years ago

looks like the 1.11 tests needs the updated path for django.core.urlresolvers which is django.urls, probably do a try: except: import

auvipy commented 7 years ago

ok

ssteinerx commented 7 years ago

Support for 1.9 ended on August 1st, 2017 so it'd probably be good to also remove it from the test matrix and supported releases.

auvipy commented 7 years ago

awh! I totally forgot about this PR