#14178: Wrong dateformat in admin edit form ---------------------------+------------------------------------------------ Reporter: danielaa | Owner: nobody Status: new | Milestone: Component: Uncategorized | Version: 1.2 Keywords: | Stage: Unreviewed Has_patch: 0 | ---------------------------+------------------------------------------------ I am from Germany and using USE_L10N=True works fine all in all. But I found a little problem with the localisation of a datefield in the admin- interface. If I want to edit an already existing object the saved date ist formatted as "yyyy-mm-dd". If I click on "today" the correct german format (dd.mm.yyyy) is used again. It is not a show-stopper, because everything can be saved either way. I am using MySQL and in the database the value is saved as yyyy-mm-dd. So I think the admin-interface just reads the value from the database without formatting it according to the LANGUAGE_CODE- setting.
-- Ticket URL: <http://code.djangoproject.com/ticket/14178> Django <http://code.djangoproject.com/> The Web framework for perfectionists with deadlines. -- You received this message because you are subscribed to the Google Groups "Django updates" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/django-updates?hl=en.
