Re: Date localization

2010-12-17 Thread eka (Esteban)
Fixed thanks! On Dec 17, 1:29 pm, "eka (Esteban)" wrote: > It tries both (en_US, en) but import_module fails to import it > > On Dec 17, 12:58 pm, "eka (Esteban)" wrote: > > > debugging found that is trying to open *** ImportError: No module > > named formats.en_US.formats > > > en_US ? shouldn'

Re: Date localization

2010-12-17 Thread eka (Esteban)
It tries both (en_US, en) but import_module fails to import it On Dec 17, 12:58 pm, "eka (Esteban)" wrote: > debugging found that is trying to open *** ImportError: No module > named formats.en_US.formats > > en_US ? shouldn't be 'en' ? > > On Dec 17, 12:40 pm, "eka (Esteban)" wrote: > > > Any r

Re: Date localization

2010-12-17 Thread eka (Esteban)
debugging found that is trying to open *** ImportError: No module named formats.en_US.formats en_US ? shouldn't be 'en' ? On Dec 17, 12:40 pm, "eka (Esteban)" wrote: > Any reason why django is not reading from my FORMAT_MODULE_PATH ? > USE_L10N = True, USE_I18N = True > the date is transformed

Date localization

2010-12-17 Thread eka (Esteban)
Any reason why django is not reading from my FORMAT_MODULE_PATH ? USE_L10N = True, USE_I18N = True the date is transformed but not to my format but to the one in django.conf.locale django v1.2.3 -- You received this message because you are subscribed to the Google Groups "Django users" group. To