Re: Making a Field Optional in Admin, Admin Issues

2006-02-27 Thread Wilson Miner
> I also created a super user via the admin GUI and this is not working > -- the super user cannot log in!!! Make sure the user is set to "staff" as well. The "staff" setting allows the user to log in, the "superuser" setting gives them access to all objects in the system. --~--~-~--~---

Re: Making a Field Optional in Admin, Admin Issues

2006-02-26 Thread hsitz
I think the 'core=true' option is used when you're defining a lookup field that is to be edited on another object's page. In the model api docs it says that 'blank = True' is the option you want to use to make entry optional, otherwise field is required to be entered, i.e., non-blank: http://www.