Re: How to make a field required in admin site

2013-01-30 Thread Ariel Isaac
It is a third application I can't do that, that's why I want to do it in the adminModel. Could you help me please ??? On Wed, Jan 30, 2013 at 10:34 AM, Black9design.com wrote: > Remove the line blank=True and it will be required. > > On Jan 30, 2013, at 7:01 AM, Ariel Isaac wrote: > > > Hi ev

Re: How to make a field required in admin site

2013-01-30 Thread Black9design.com
Remove the line blank=True and it will be required. On Jan 30, 2013, at 7:01 AM, Ariel Isaac wrote: > Hi everybody, > > I have a model inherited from a third application call Video in that > model they have the thumbnail field with blank = True, this make in > the admin site that user could lef