>
http://docs.djangoproject.com/en/dev/ref/settings/#date-format
> > I would like to change the formatting of dates in the admin from YYYY-
> > MM-DD to DD-MM-YYYY. I have set "DATE_FORMAT" in the settings file,
> > but that only changes list_display and not the DateField input.
As I said, that doesnt fix the problem.The "DATE_FORMAT" doesn't
change the date formatting in the input field next to the calendar
widget.