--
Ticket URL: <https://code.djangoproject.com/ticket/25065>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
* status: new => closed
* needs_better_patch: => 0
* resolution: => invalid
* needs_tests: => 0
* needs_docs: => 0
Comment:
`empty_strings_allowed` controls whether empty values may be stored as an
empty string or if they must be stored as null. In the case of
`EmailField`, empty strings are fine. See also the second paragraph in the
[https://docs.djangoproject.com/en/stable/ref/models/fields/#null
Field.null] docs.
--
Ticket URL: <https://code.djangoproject.com/ticket/25065#comment:1>