Re: Format DateTimeField of a model

2011-03-16 Thread Vinicius Massuchetto
2011/3/16 Daniel Roseman : > On Wednesday, March 16, 2011 5:37:23 PM UTC, Vinicius Massuchetto wrote: >> >> I want to customize the DateTimeField returned in an admin list >> column. I know there's the DATETIME_FORMAT setting, but I only want to >> change in one model. I'lm also using L10N, and cou

Re: Format DateTimeField of a model

2011-03-16 Thread Daniel Roseman
On Wednesday, March 16, 2011 5:37:23 PM UTC, Vinicius Massuchetto wrote: > > I want to customize the DateTimeField returned in an admin list > column. I know there's the DATETIME_FORMAT setting, but I only want to > change in one model. I'lm also using L10N, and couldn't figure out if > there's a w

Format DateTimeField of a model

2011-03-16 Thread Vinicius Massuchetto
I want to customize the DateTimeField returned in an admin list column. I know there's the DATETIME_FORMAT setting, but I only want to change in one model. I'lm also using L10N, and couldn't figure out if there's a way to override what's in the default po file for my language. What's the right way