referencing choices tuples

2014-01-08 Thread Phil Hughes
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 ch

Re: referencing choices tuples

2014-01-08 Thread Timothy W. Cook
I am not exactly sure what you are asking. However, I believe you want to make this change in the form. hth, Tim On Wed, Jan 8, 2014 at 7:51 PM, 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, w

Re: referencing choices tuples

2014-01-09 Thread trojactory
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 H