Re: Unaccountable syntax error

2008-09-04 Thread guillaume
Sorry guys, I just need a tip : where do you get your models.ColorField from ? I've upgraded to django 1.0, and don't have it ! Regards, Guillaume On 30 août, 16:03, Leaf <[EMAIL PROTECTED]> wrote: > Of course. I just look at the error actually occurs on, not the > context. I guess even Python

Re: Unaccountable syntax error

2008-08-30 Thread Leaf
Of course. I just look at the error actually occurs on, not the context. I guess even Python's awesome debugging still has limits. What happened was that I forgot a parenthesis at the end of the previous line. Thanks for giving me the tip. On Aug 30, 9:57 am, "Karen Tracey" <[EMAIL PROTECTED]> wr

Re: Unaccountable syntax error

2008-08-30 Thread Karen Tracey
On Sat, Aug 30, 2008 at 9:50 AM, Leaf <[EMAIL PROTECTED]> wrote: > > I'm having a problem when I try to validate my models. The interpreter > somehow takes offense at this line: > >box_text_color = models.ColorField("Box Text Color") > > I'm using a custom "ColorField" here. What I don't under

Unaccountable syntax error

2008-08-30 Thread Leaf
I'm having a problem when I try to validate my models. The interpreter somehow takes offense at this line: box_text_color = models.ColorField("Box Text Color") I'm using a custom "ColorField" here. What I don't understand is that it seems almost identical to this ColorField, which it did acc