--
Ticket URL: <https://code.djangoproject.com/ticket/35119>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
* version: 5.0 => dev
* stage: Unreviewed => Accepted
Comment:
Accepting following ticket:34961#comment:9, where it's suggested that we
should unify `max_length` to be 254 across the `EmailValidator` and the
form's and model's `EmailField`.
But before moving forward, I would like us to understand the implications
of reducing the `max_length` for the validator and form field, and
evaluate whether a deprecation warning/process is needed.
I think we should make an analysis about how existing code bases could be
affected by this change. Ideally we would describe how different
combinations of using model's and form's `EmailField` would interact with
each other when the `max_length` changes, considering both `ModelForm`s
and `Form`s. jecarr would you be interested in pushing this forward?
--
Ticket URL: <https://code.djangoproject.com/ticket/35119#comment:1>