django-rest-framework
django-rest-framework copied to clipboard
Fixed #5363 -- HTML5 datetime-local valid format HTMLFormRenderer
Description
Hi!
This PR deletes the [milli|micro]seconds part of a DateTimeField
input at HTMLFormRenderer
to avoid break in browsers:
refs #5363