Re: ForeignKey = True invalid

2008-04-27 Thread steve skelton
never mind! figured it out - just moved blank=True after the FK name. sorry! On Apr 27, 11:13 am, steve skelton <[EMAIL PROTECTED]> wrote: > i am setting up an app based on existing data and have several drop- > downs on the admin page to display various standard choices. i do not > want to re

ForeignKey = True invalid

2008-04-27 Thread steve skelton
i am setting up an app based on existing data and have several drop- downs on the admin page to display various standard choices. i do not want to require an entry if possible. is there a way to set ForeignKey to allow blank or, alternately, a way to provide a default on save? TIA --~--~---