im building a prety complicated user detail form with all kinds of fields, 
like:  gender,haircolor,skincolor

some fields have to become dropdowns with only 1 choise out of many
and some fields have to become multiple select fields with alot of choise 
(multiple choises allowed)
I was trying to use 1 model that holds all the values for each field, but 
it seem to only work if i make a model for each field values

the dropdowns seem to work ok with foreignkey

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to