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.
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.