On Sat, 2008-04-26 at 00:02 +1000, Malcolm Tredinnick wrote:
> 
> On Fri, 2008-04-25 at 06:57 -0700, the devel wrote:
> > http://dpaste.com/46896/
> > 
> > This is my code up to this point. I just simply need a multiselect box
> > rather than a dropdown.
> 
> No, that isn't the code you're using. You mentioned that you're not
> seeing the word "Demographics" and that word doesn't appear in that
> paste fragment. So you are running some other code.
> 
> Please post a small code fragment that shows how you are trying to use
> this code in a form. You are reporting form field errors and not showing
> us the relevant code you are executing.

By the way, one thing that does stick out is that (a) you're attempting
to change the order of the initialisation arguments in your __init__
method from the standard Field order, which is really fragile and (b)
your __init__ method is pointless. Just remove your __init__ method,
since Fields support a max_length argument in any case.

Malcolm

-- 
No one is listening until you make a mistake. 
http://www.pointy-stick.com/blog/


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to