Re: choices instantiation

2008-10-16 Thread [EMAIL PROTECTED]
Karen, Thank you. Based on your answer, I continued looking for problems in my code and in my setup. Firstly, the strings in the values of the choices were of length 7 and the CharField was of length 6. I was helped by a coworker to fix that. Then the problem of not showing the save'd choice pe

Re: choices instantiation

2008-10-16 Thread Karen Tracey
On Thu, Oct 16, 2008 at 1:43 AM, [EMAIL PROTECTED] < [EMAIL PROTECTED]> wrote: > > hi, > > When I instance a ModelForm with a record of its base model, there is > a CharField with "choices" that doesn't show the stored value in the > combobox. Is this expected behaviour? > No. Details of your mo

choices instantiation

2008-10-15 Thread [EMAIL PROTECTED]
hi, When I instance a ModelForm with a record of its base model, there is a CharField with "choices" that doesn't show the stored value in the combobox. Is this expected behaviour? i'd like it to get instanced as if it were a ForeignKey best, haroldo --~--~-~--~~~--