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. ah, in the database's table the same field is stored as varchar (i''m working with mysql).
i tried to create a custom field that use MultiValueField as form_class and MultiWidget as widget, but then in the admin page i obtain something like: ____________________________________________ | | Add __name_of_model__ | | _label_ _field_ | | _lavel_ _field_ | | _myfield_label_ _1subfield_2subfield_3subfield | | while i would like to obtain something like: _____________________________________________ | | Add __name_of_model__ | | _label_ _field_ | | _label_ _field_ | | _myfield_label_ _1sublabel_ _1subfield_ _2sublabel_ _2subfield_ _3sublabel_ _3subfield_ | | i hope you all can understand what i mean from these scratches. i'm sure (and i hope) there is a way to obtain what i want, but i really don't know how.... thanks in advance for your help --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---