Re: Disabling Admin validation

2008-11-25 Thread suganthi saravanan
Hi David, Try it! If you are using (blank=true) inside the model class, validation disable. class Gallery(models.Model): name=models.CharField(max_length=200, blank=true) Cheers sugi --~--~-~--~~~---~--~~ You received this message because you are

Disabling Admin validation

2008-11-24 Thread David Reynolds
Hi, Does anyone know of an easy way to disable the admin areas validation of my model admin classes without setting DEBUG to False which does it, but is not much use in development. Thanks, David -- David Reynolds [EMAIL PROTECTED] --~--~-~--~~~---~--~~