Re: Call for review: i18n-improvements

2009-12-21 Thread Jannis Leidel
>> * The DEFAULT_TIME_INPUT_FORMATS strings have been removed from the >> forms/fields.py module. I know they are no longer required, but they >> were previously public symbols. I suspect we need to leave them in, >> but mark them as deprecated in docs. Ideally, we would be raising >> deprecation w

Re: Call for review: i18n-improvements

2009-12-21 Thread Jannis Leidel
Hi Russell, Thanks for the review :) > * The DEFAULT_TIME_INPUT_FORMATS strings have been removed from the > forms/fields.py module. I know they are no longer required, but they > were previously public symbols. I suspect we need to leave them in, > but mark them as deprecated in docs. Ideally, w

Re: Call for review: i18n-improvements

2009-12-20 Thread Russell Keith-Magee
On Mon, Dec 21, 2009 at 12:06 AM, Jannis Leidel wrote: > Hi, > > I'd like to invite everyone to review the patch that contains most of Marc > Garcia's i18n-improvements GSoC branch. The latest patch is attached to > ticket 7980 [1] or can be found in my i18n bran

Re: Call for review: i18n-improvements

2009-12-20 Thread Sergiy Kuzmenko
t;F" format) [01]-format-wideJanuaryΙανουαρίου (this would be my proposed "E" format) Cheers SK On Sun, Dec 20, 2009 at 11:06 AM, Jannis Leidel wrote: > Hi, > > I'd like to invite everyone to review the patch that contains most of Marc > Garcia's i18n-i

Call for review: i18n-improvements

2009-12-20 Thread Jannis Leidel
Hi, I'd like to invite everyone to review the patch that contains most of Marc Garcia's i18n-improvements GSoC branch. The latest patch is attached to ticket 7980 [1] or can be found in my i18n branch on Github [2]. The tickets in question are: #1061 Start week day on cale

Re: i18n improvements

2008-06-11 Thread mrts
Could someone of the core devs give his opinion on this? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django developers" group. To post to this group, send email to django-developers@googlegroups.com To unsubscrib

Re: i18n improvements

2008-06-10 Thread Ludvig Ericson
On Jun 10, 2008, at 12:28, mrts wrote: > * contrib.localflavor should be deprecated and transferred to a > separate project or contributed to Babel. > > It is incomplete by nature as covering all regions/postal codes in > the world takes a lot of effort. > That effort is out of Django's scope.

i18n improvements

2008-06-10 Thread mrts
Please give you thougths on the following. * contrib.localflavor should be deprecated and transferred to a separate project or contributed to Babel. It is incomplete by nature as covering all regions/postal codes in the world takes a lot of effort. That effort is out of Django's scope.