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 6a6689c commit 0a2f46dCopy full SHA for 0a2f46d
tests/test_admin.py
@@ -8,7 +8,7 @@
8
from django.contrib.auth import get_user_model
9
from django.contrib.auth.models import Permission
10
from django.forms.models import model_to_dict as model_to_dict_django
11
-from django.http import HttpResponseForbidden, HttpRequest
+from django.http import HttpRequest, HttpResponseForbidden
12
from django.test import TestCase
13
from django.urls import reverse
14
0 commit comments