2👍
✅
super(UserField, self).clean(value)
is calling the ancestor method : forms.EmailField.clean(value)
to check that the email is well formed.
Source:stackexchange.com