Re: Is anybody using django-tracking ?

2009-11-14 Thread Fedya
It looks interesting, especially GoogleAnalyticsMiddleware. On Nov 6, 2:29 pm, Johan wrote: > Is anybody using django-tracking (http://code.google.com/p/django- > tracking/) and if so is it any good ? Is there any other applications > that does this type of logging? -- You

Re: Problem with Django 1.0 admin on Russian language

2008-09-19 Thread Fedya
Everybody, thank you for feedback. Karen, you were absolutely right! I've changed collation to utf8_unicode_ci and Django is converting strings to unicode! This is fine! Thanks a lot! RTFM :-) On Sep 18, 6:12 pm, "Karen Tracey" <[EMAIL PROTECTED]> wrote: > Since you say you are using UTF8_BIN

Re: Problem with Django 1.0 admin on Russian language

2008-09-18 Thread Fedya
templates... Do you have any ideas how to solve this? I've tried to set use_unicode to True, but nothing changed. On Sep 18, 3:25 pm, Fedya <[EMAIL PROTECTED]> wrote: > Still something wrong with character set. > > When I use Russian characters inside value of a field in one table,

Re: Problem with Django 1.0 admin on Russian language

2008-09-18 Thread Fedya
only difference I can see is a modification of the byte which is 0xd0 in above error report. Sorry for my bad English, but I really need any fresh ideas! On Sep 18, 12:29 pm, Fedya <[EMAIL PROTECTED]> wrote: > hm... I've tried with very simple model from the scratch and I got the

Re: Problem with Django 1.0 admin on Russian language

2008-09-18 Thread Fedya
hm... I've tried with very simple model from the scratch and I got the same problem without init_command... On Sep 18, 2:30 am, Malcolm Tredinnick <[EMAIL PROTECTED]> wrote: > On Thu, 2008-09-18 at 01:57 +0300, Fedor Tyurin wrote: > > Another possible solution (and probably better one) is to use

Problem with Django 1.0 admin on Russian language

2008-09-17 Thread Fedya
Hi everybody, I'm trying to port my site to Django 1.0... And it works fine if LANGUAGE_CODE is set to en-us, but if I set it to ru the following problem appears while I'm trying add new object using admin interface: Warning at /admin/storage/file/add/ Data truncated for column 'message' at