I have a model Itineraries that has a tabularInline model ItineraryDetails that has destination, arrival, and departure times. I want to allow users to input 09302025 and 700 for each datetime field but I can’t seem to get it to work.
Django admin looks for valid datetime objects before saving and since these are not valid, they can’t be saved. I’ve tried save_model and save_related, but they won’t accept the invalid datetime format
Joseff Ribble is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.