Django DateTimeInput Type 'datetime-local' Not Saving To Database
问题 I'm working on a django app to document trades. All the trade documentation is done on one page with an inline formset that shows all the entries and exits for a trade. All work well up to the datetimeinput field. If I remove the 'type' the form works great but is very non-user friendly. Working entries with no 'type' Non-working entries with 'type': 'datetime-local' So I guess you could say there are several issues datetime-local creates, or maybe it's not datetime-local to blame. I've been