We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac8311f commit b8aa7aeCopy full SHA for b8aa7ae
djangosaml2/views.py
@@ -28,7 +28,7 @@
28
from django.core.exceptions import PermissionDenied, SuspiciousOperation
29
from django.http import Http404, HttpResponse
30
from django.http import HttpResponseRedirect # 30x
31
-from django.http import HttpResponseBadRequest, HttpResponseForbidden # 40x
+from django.http import HttpResponseBadRequest # 40x
32
from django.http import HttpResponseServerError # 50x
33
from django.views.decorators.http import require_POST
34
from django.shortcuts import render
0 commit comments