Translation problem in javascript

2007-06-14 Thread Karsu
Hello, Is it possible to get someone to check ticket: 3594 ;) http://groups.google.com/group/Django-I18N/browse_frm/thread/5b84713fa8d30953 -Karsu --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "D

Re: mysql_old backend

2007-03-21 Thread Karsu
I underestand that mysql_old is compatible support for people who can't upgrade MySQLdb immediately. Without this patch I can't use django with mysql with older version than MySQLdb-1.2.1p2. If I try to use mysql_old and run python manage.py syncdb it will raise ImportError? "MySQLdb-1.2.1p2 or

Re: mysql_old backend

2007-03-21 Thread Karsu
Please, check this: http://code.djangoproject.com/ticket/3775 On 21 maalis, 06:25, Malcolm Tredinnick <[EMAIL PROTECTED]> wrote: > For the possibly 3.2 people who don't also subscribe to django-users, I > just posted this > >

Re: i18n: newforms - label and help_text don't work with _('')

2007-03-14 Thread Karsu
Ticket: http://code.djangoproject.com/ticket/3600 --~--~-~--~~~---~--~~ 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 unsubscribe

Re: newforms and encoding problems

2007-03-07 Thread Karsu
Hello, We have same problem with character "ä,ö,å". That problem will raise allways when: *we try save these character to database *use characters in field name *use characters in help_text --~--~-~--~~~---~--~~ You received this message because you are

Re: Newforms: verbose_name

2006-11-30 Thread Karsu
That verbose_name attribute is very important if we think about Internationalization. Something like this: agent_phone = DateField(verbose_name=_("Agent's phone number")) --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google