validator_list silently deleted for BooleanFields

2006-05-04 Thread Joseph Kocherhans
Line 257 of django/db/models/fields/__init__.py explicitly deletes the validator_list and is_required parameters for BooleanFields. The frustrating part is that no errors are raised by providing a validator_list argument to a BooleanField, and I can't find any doumentation for this behavior. I und

oracle support patch for MR (0.92)

2006-05-04 Thread peter_k
Hi Guys, I tried to hack this (http://code.djangoproject.com/ticket/87) older oracle backend patch into MR (0.92), but no avail so far. Is there someone out there who tried it or has a working version? Thanks, Peter --~--~-~--~~~---~--~~ You received this messag

Re: models in more files

2006-05-04 Thread Bjørn Stabell
I submitted a ticket about this (I believe) 2 weeks ago: http://code.djangoproject.com/ticket/1658 --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django developers" group. To post to this group, send email to djan

Re: DataFormat break utf8 string ?

2006-05-04 Thread Michael Twomey
On 5/3/06, Gael Chardon <[EMAIL PROTECTED]> wrote: > > 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 ? > A