Skip to content

Commit 2110e6d

Browse files
committed
Add removed import
1 parent 0325f4e commit 2110e6d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

dojo/utils.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828
from django.conf import settings
2929
from django.contrib import messages
3030
from django.contrib.auth.signals import user_logged_in, user_logged_out, user_login_failed
31+
from django.contrib.contenttypes.models import ContentType
3132
from django.core.paginator import Paginator
3233
from django.db.models import Case, Count, IntegerField, Q, Sum, Value, When
3334
from django.db.models.query import QuerySet

0 commit comments

Comments
 (0)