Re: DateFormat should use MONTHS_3 ?

2006-12-18 Thread Gael Chardon
Adrian Holovaty a écrit : > On 12/18/06, Gael Chardon <[EMAIL PROTECTED]> wrote: > > There is an unicode problem with DateFormat and the 3 letters month > > format, especially for the french translation and its august month. > > Since Hugo has committed a dedicated l

Re: DateFormat should use MONTHS_3 ?

2006-12-18 Thread Gael Chardon
Adrian Holovaty a écrit : > On 12/18/06, Gael Chardon <[EMAIL PROTECTED]> wrote: > > There is an unicode problem with DateFormat and the 3 letters month > > format, especially for the french translation and its august month. > > Since Hugo has committed a dedicated l

DateFormat should use MONTHS_3 ?

2006-12-18 Thread Gael Chardon
Hello, As mentionned in some threads http://groups.google.fr/group/django-users/browser_thread/thread/fd04c7662e535c99/354f80e82cc5a98 and http://groups.google.fr/group/django-developers/browse_frm/thread/ad769db3e291a0c/ce82f0d44ce01ae4 There is an unicode problem with DateFormat and the 3 lette

DataFormat break utf8 string ?

2006-05-03 Thread Gael Chardon
Hello, the 'M' and 'D' format use a [0:3] to truncate the string, to my point of view it could break an encoding. For example, in the french translation of August (Août), the û is a 16bits char in utf8. Am I missing something ? Regards. -- Gaël Chardon --~--~-~--~~~--

Re: has broken something ?

2006-04-12 Thread Gael Chardon
Ok thx.. And for my second problem .. it was, as usual, a difference between 'head' and 'magic-removal' branch : django.contrib.auth.models vs django.models.auth Thx. -- Gaël Chardon --~--~-~--~~~---~--~~ You received this message because you are subscribed t

Re: has broken something ?

2006-04-12 Thread Gael Chardon
ok.. so here my two problems: 1/ [2683] breaks models (see first post) 2/ If I add a field related to models.auth.User e.g. users = Models.ManyToManyField(models.auth.User, verbose_name = _('users')) it also breaks models (then, none of my model is available), and this "feature" is not related t

Re: has broken something ?

2006-04-12 Thread Gael Chardon
hum I'm wrong .. seems to be more complicated than this "import fix" I'm trying to find why my model does not work after this couple of updates... -- Gaël Chardon --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "

[2683] has broken something ?

2006-04-12 Thread Gael Chardon
http://code.djangoproject.com/changeset/2683 After this update, none of my models is "loaded". Is there any major change in the db "model" ? Reversing fix the problem. -- django.db.models.fields.related import ForeignKey, OneToOneField, ManyToManyField ++ django.db.models.fields.related import