> 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
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
2 matches
Mail list logo