Skip to content

Commit 73ac282

Browse files
minusfatodorov
authored andcommitted
correct import for COMMENT_MAX_LENGTH
1 parent 21ce646 commit 73ac282

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/testapp/tests/test_comment_views.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
from django.contrib.auth.models import User
33

44
from django_comments import signals
5-
from django_comments.models import COMMENT_MAX_LENGTH, Comment
5+
from django_comments.abstracts import COMMENT_MAX_LENGTH
6+
from django_comments.models import Comment
67

78
from . import CommentTestCase
89
from testapp.models import Article, Book

0 commit comments

Comments
 (0)