Re: Add extra field to ModelForm

2009-07-13 Thread Shawn Milochik
On Jul 11, 2009, at 6:23 PM, adelaide_mike wrote: > > Thanks Alex. > > A simpler way out would be if the agent field, which is a foreign key > pick list, could be caused to show only those values I determine > dynamically. > > Is this possible in a ModelForm? > > Mke If I understand

Re: Add extra field to ModelForm

2009-07-11 Thread adelaide_mike
Thanks Alex. A simpler way out would be if the agent field, which is a foreign key pick list, could be caused to show only those values I determine dynamically. Is this possible in a ModelForm? Mke On Jul 12, 12:17 am, Alex Gaynor wrote: > On Sat, Jul 11, 2009 at

Re: Add extra field to ModelForm

2009-07-11 Thread Alex Gaynor
On Sat, Jul 11, 2009 at 10:08 AM, adelaide_mike wrote: > > Django 1.0.2. My ModelForm concerns (and is based on the table for) > advertisements for houses placed by real estate agents. > > I need the agent widget (which by default is a pick list of all > agents),