* status: new => closed
* resolution: => invalid
Comment:
This was changed in Django 3.1 (see
1487f16f2d29c7aeaf48117d02a1d7bbeafa3d94 and #11385). It's also
[https://docs.djangoproject.com/en/3.2/ref/forms/fields/#datetimefield
documented]:
> ''"The field always accepts strings in ISO 8601 formatted dates or
similar recognized by parse_datetime()"''
> ''Changed in Django 3.1:''
>
> ''Support for ISO 8601 date string parsing (including optional timezone)
was added.''
--
Ticket URL: <https://code.djangoproject.com/ticket/34004#comment:1>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.