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 21ce646 commit 73ac282Copy full SHA for 73ac282
tests/testapp/tests/test_comment_views.py
@@ -2,7 +2,8 @@
2
from django.contrib.auth.models import User
3
4
from django_comments import signals
5
-from django_comments.models import COMMENT_MAX_LENGTH, Comment
+from django_comments.abstracts import COMMENT_MAX_LENGTH
6
+from django_comments.models import Comment
7
8
from . import CommentTestCase
9
from testapp.models import Article, Book
0 commit comments