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
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
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
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
4 matches
Mail list logo