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

Fix tests for Django 3.2 and djangomaster #233

Closed sdolemelipone closed 3 years ago

sdolemelipone commented 3 years ago

The management form test was broken, as Django >= 3.2 uses a formset error rather than raising an exception. Also fixed extra_views_tests to use django.urls.path in preparation for Django 4.0, and removed Python 3.6 and 3.7 from djangomaster as Django >= 4.0 does not support them.

There's no rush to release as these are updates to the test suite and not the actual module.

sdolemelipone commented 3 years ago

Oh dear, do we no longer have travis CI?

jonashaag commented 3 years ago

OK I think it's time to migrate to GH actions.

jonashaag commented 3 years ago

Merging this for now

sdolemelipone commented 3 years ago

Sounds good, all tests were passing in tox.