Have a choice of "Other", and provide a separate field for the user to
type in their own data.  That's a pretty standard way to handle that.
If you wanted to make it fancier, you could even have javascript to
only show the "other" text box if they've chosen the "Other" option.

-Jeff

On May 29, 2:22 am, sandwich <sandwich0...@gmail.com> wrote:
> I want to use choices in Django to save common-use choices for the
> purpose of convenience.
> But at the same time, I want the user to fill their own choices when
> their choices are not in the select box.
> It seems that it will limit choices to the choices given once using
> choice in Django.
>
> ?_?
> So how can I solve my problem please.
--~--~---------~--~----~------------~-------~--~----~
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