Thursday, October 28, 2010

How to get ISO date format in admin interface

Hi,
I want to have ISO date format YYYY-MM-DD in the columns in the admin
interface. Currently I have localized dates depending on the
LANGUAGE_CODE setting. I have tried to set
DATE_FORMAT = 'Y-m-d'
in my settings.py and even tried it in the global_settings.py, but I
have got the understanding that localized settings have priority
without being able to find them.
There is no change if I set USE_I18N = True or False

--
Svenn

--
You received this message because you are subscribed to the Google Groups "Django users" group.
To post to this group, send email to django-users@googlegroups.com.
To unsubscribe from this group, send email to django-users+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/django-users?hl=en.

No comments:

Post a Comment