Relative Content

Tag Archive for pythonhtmldjangodjango-forms

Django date input format seems not to be accepted

I put a DateField inside a ModelForm, which seems to work fine, if I add new entries to my database. Then I added a page, where I can edit one of those entries. Of course, I am passing the date of the desired entry to the HTML, but the date format is not set as expected.