Re: Not Required Field

2007-11-11 Thread James Bennett
On 11/11/07, Ronaldo Z. Afonso <[EMAIL PROTECTED]> wrote: > I'd like to know how I set a field of a Model to be not required when > someone is inserting data in the model using the admin interface? The documentation on creating models covers this: http://www.djangoproject.com/documentation/model

Not Required Field

2007-11-11 Thread Ronaldo Z. Afonso
Hi all, I'd like to know how I set a field of a Model to be not required when someone is inserting data in the model using the admin interface? Thanks. Ronaldo. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Dja