Re: Bad DateTime for LANGUAGE_CODE = 'sk'

2009-08-11 Thread Malcolm Tredinnick

On Tue, 2009-08-11 at 02:03 -0700, gentlestone wrote:
> also local flavors SKRegionSelect and SKDistrictSelect do not work,
> I'm afraid

Please file tickets for these items (one issue per ticket) if they don't
already exist. There is a localflavor component in Trac that is worth
scanning the titles for to see if an issue has been reported.

What we will need to fix things is what you are doing to exhibit the
problem (a short series of steps) and what the result should be. For
bonus points, a patch to both the code and the tests, but at least a
problem report so that we can replicate the issue.

Then it will be fixed.

Regards,
Malcolm



--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~--~~~~--~~--~--~---



Re: Bad DateTime for LANGUAGE_CODE = 'sk'

2009-08-11 Thread gentlestone

also local flavors SKRegionSelect and SKDistrictSelect do not work,
I'm afraid

On 11. Aug, 10:16 h., Ivan Mincik  wrote:
> On Tue, Aug 11, 2009 at 10:09 AM, gentlestone wrote:
>
> > My settings:
>
> > DEFAULT_CHARSET = "utf-8"
> > TIME_ZONE = 'Europe/Bratislava'
> > LANGUAGE_CODE = 'sk'
> > USE_I18N = True
>
> > DateTime fields are displayed in the admin page incorrectly. If I
> > change the language code for 'en' or 'cz', the display format is ok.
> > It is propably a bug. How can I fix it?
>
> Yes, I can confirm this behavior.
>
>
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~--~~~~--~~--~--~---



Re: Bad DateTime for LANGUAGE_CODE = 'sk'

2009-08-11 Thread Ivan Mincik

On Tue, Aug 11, 2009 at 10:09 AM, gentlestone wrote:
>
> My settings:
>
> DEFAULT_CHARSET = "utf-8"
> TIME_ZONE = 'Europe/Bratislava'
> LANGUAGE_CODE = 'sk'
> USE_I18N = True
>
> DateTime fields are displayed in the admin page incorrectly. If I
> change the language code for 'en' or 'cz', the display format is ok.
> It is propably a bug. How can I fix it?

Yes, I can confirm this behavior.


> >
>

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~--~~~~--~~--~--~---