# from django.core.exceptions import ValidationError class ChatmessageValidator: def __init__(self): ... def __call__(self): return True class ChatroomValidator: def __init__(self): ... def __call__(self): return True