Hi Phil,

Do you mean dropdown box which allow choices as well as free text input? I 
think you should use a normal textfield and a javascript based autocomplete 
solution like https://github.com/yourlabs/django-autocomplete-light

Cheers,
Arun

On Thursday, 9 January 2014 03:21:11 UTC+5:30, Phil Hughes wrote:
>
> I have a typical set of choices tuples that are then referenced in a 
> choices=... reference in a field definition. It does, well, what it is 
> supposed to do.
>
> But, I have a situation where I need to change the value of the field to 
> "a different choice" in code in the view (rather than as a from choice).
> It seems like it should be trivial but, for some reason, my brain is not 
> creating the right code.
>

-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/b33229e9-0531-4703-8d83-20b4ea218a76%40googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to