8
8
from threadedcomments.forms import ThreadedCommentForm
9
9
from threadedcomments.models import ThreadedComment, DEFAULT_MAX_COMMENT_LENGTH
10
10
from threadedcomments.utils import JSONResponse, XMLResponse
14
14
def _adjust_max_comment_length(form, field_name='comment'):