hello,
have a question, in my model, i have filed, like:

    cpu_ch =(
        ("Box","Box import"),
        ("EOM","EOM import"),
    )
import_type = models.CharField(_("Import type"), max_length=5,
choices=cpu_ch, blank=True)

I want to have a third choice in choices cpu_ch, for example, "other",
and when I choose this option, then I should be able to enter there
any string and save the filed with this value.
ps. sorry for my english

thnx
--~--~---------~--~----~------------~-------~--~----~
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 
django-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to