When rendering a HTML input element with type="date"
, the input
element will ALWAYS represent the date as ISO8601 format. While this is
a really nice behaviour in the HTML API, we've to update the Django
settings to allow that date format as well, or Django will complain.