Re: Custom date formats and admin

2009-02-09 Thread Malcolm Tredinnick
On Sat, 2009-02-07 at 12:35 +0100, David Larlet wrote: [...] > Then on validation, my first idea was to allow > form.fields.DEFAULT_DATE/TIME_INPUT_FORMATS to be overridden by > settings and I think it makes sense because from my experience, when > you decide to create a website (let's say,

Custom date formats and admin

2009-02-07 Thread David Larlet
Hello, Today I tried to handle custom dates formats in admin and there are a couple of issues related to that. First on rendering, AdminDateWidget doesn't inherit from DateTimeInput which seems more logic to me. I eventually update the patch #7656 and it works. Is there any reason against