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 285f04f commit 9690d62Copy full SHA for 9690d62
tests/test_admin.py
@@ -1,8 +1,8 @@
1
import decimal
2
3
-from django.contrib.auth import get_user_model
4
from django.contrib.admin.sites import site
5
-from django.test import TestCase, RequestFactory
+from django.contrib.auth import get_user_model
+from django.test import RequestFactory, TestCase
6
from django.urls import reverse
7
8
from djangocms_form_builder.models import FormEntry
tests/test_settings.py
@@ -1,7 +1,5 @@
import os
-from cms.utils.compat import DJANGO_3_1
-
class DisableMigrations(dict):
def __contains__(self, item):
0 commit comments