Skip to content

validate_email not imported in list.py

In the file list.py the validate_email method has not been imported. This gave me an error when I tried mass subscriptions/removals in the list.

The from django.core.validators import validate_email import statement seems to be missing.