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
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
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
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