SciPost Code Repository

Skip to content
Snippets Groups Projects
Commit 0c5fcf39 authored by Jean-Sébastien Caux's avatar Jean-Sébastien Caux
Browse files

Django 2.1 prep: remove deprec auth.views

parent 058e697e
No related branches found
No related tags found
No related merge requests found
......@@ -12,7 +12,6 @@ from django.contrib.auth import login, update_session_auth_hash
from django.contrib.auth.decorators import login_required
from django.contrib.auth.mixins import LoginRequiredMixin
from django.contrib.auth.models import Group
from django.contrib.auth.views import password_reset, password_reset_confirm
from django.contrib.auth.views import (
LoginView, LogoutView, PasswordChangeView,
PasswordResetView, PasswordResetConfirmView)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment