--
Antoni Aloy López
Blog: http://trespams.com
Site: http://apsl.net
> IMHO this patch is very important, specially for all Django
> developers/
> users working on countries where Sunday is not the first day of the
> week, that are many [2]. It also be great to allow setting the date
> format that is used in admin, and may be the whole Django.
I totally agree, it's a rather nasty interface bug.
> My idea for achieving it, is specify the first day of week, and the
> date format for every language, so when a website visitor set the
> localization, not only translation is set, also this other
> localization stuff.
> The standard way to do that is under locale create LC_TIME directories
> [3] with all those settings, and then use them on the code.
This is a double-edged sword, on the one hand it would be wonderful to
have complete locale support but on the other hand this makes issue
#1061 larger than it really is. My patches there fix the interface
bugs, but should be replaced by a more sane system sometime.
Why not making "full locale support" a post-1.0 feature and fix the
calendar bug for now, considering the tight schedule?
Cheers,
Jannis/jezdez
> This is a double-edged sword, on the one hand it would be wonderful to
> have complete locale support but on the other hand this makes issue
> #1061 larger than it really is. My patches there fix the interface
> bugs, but should be replaced by a more sane system sometime.
>
> Why not making "full locale support" a post-1.0 feature and fix the
> calendar bug for now, considering the tight schedule?
>
To be honest I have to say that Jannins approach wokrs for at 99%, so
perhaps a two phase approach could be a solution. After all, Python
makes refactoring a breeze, doesn't it?
Unfortunately, everyone has a different list of 'must have' features
for v1.0. If we tried to include everything that everybody considers
'must have', v1.0 would never ship. From that perspective, we're not
going to add anything else new to the official list.
Yours,
Russ Magee %-)