encode / django-rest-framework

Web APIs for Django. 🎸
https://www.django-rest-framework.org
Other
27.83k stars 6.76k forks source link

Fixed #5363 -- HTML5 datetime-local valid format HTMLFormRenderer #9365

Open mgaligniana opened 3 months ago

mgaligniana commented 3 months ago

Description

Hi!

This PR deletes the [milli|micro]seconds part of a DateTimeField input at HTMLFormRenderer to avoid break in browsers:

image

refs #5363

mgaligniana commented 1 month ago

Hi @auvipy! Following your comment on https://github.com/encode/django-rest-framework/issues/5363#issuecomment-1385042822 I ask if you could do the review! Thank you!