class EmailField(max_length=254, **options) [source]
A CharField that checks that the value is a valid email address. It uses EmailValidator to validate the input.
class EmailField(max_length=254, **options) [source]
A CharField that checks that the value is a valid email address. It uses EmailValidator to validate the input.
Please login to continue.