Re: Globally allow fields to be blank.

2010-05-03 Thread zinckiwi
> Very few of the fields in my models are required (in real life). But > the default attribute for a django field is that it is required. > > http://docs.djangoproject.com/en/1.1/ref/models/fields/#django.db.mod... > > Is there a way to toggle that, globally, so that I can just make the > few truly

Globally allow fields to be blank.

2010-05-01 Thread Lee Hinde
Very few of the fields in my models are required (in real life). But the default attribute for a django field is that it is required. http://docs.djangoproject.com/en/1.1/ref/models/fields/#django.db.models.Field.blank Is there a way to toggle that, globally, so that I can just make the few truly