mondonauta schrieb:
> hello, sorry i'm newb so that's y i need your help.
> i made a model... and thanks django, it's very simple... but my
> problem
> is that i want 1 specific field from this model to be split in 3
> choiceFields.
>   
Using MultiValueField is not easy. What kind of data do you have?
Why do you want it to split?

Maybe you just need to write a own Widget which sublcasses
from MultiWidget and override the render method?

 HTH
    Thomas

-- 
Thomas Guettler, http://www.thomas-guettler.de/
E-Mail: guettli (*) thomas-guettler + de


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