django-oidc-provider/oidc_provider/tests
Dan Collins 972071e370 Add support for Django 2.1, drop support for Django < 1.11
Django 1.11 deprecated the django.contrib.auth.views.logout
function-based view, which django-oidc-provider relied on. This
patchset instead subclasses the new LogoutView.

LogoutView was introduced in Django 1.11. logout() was deprecated in
1.11 and removed in 2.1. Accordingly, this patch adds Django 2.1 to
CI and removes 1.8, 1.9, and 1.10.

Resolves #258
2018-08-01 14:13:11 -04:00
..
app Add support for Django 2.1, drop support for Django < 1.11 2018-08-01 14:13:11 -04:00
cases Merge pull request #256 from q3aiml/client-credentials-introspection 2018-07-19 11:18:35 -03:00
templates/accounts Clean templates in tests. 2015-06-23 15:05:47 -03:00
__init__.py Change name of the package. 2015-02-18 15:07:22 -03:00
settings.py Simplify test suit. 2018-03-22 11:45:56 -03:00