gregmuellegger/django-autofixture

Fields with None as default

alex-mcleod opened this issue · 0 comments

It seems that if a field is specified to be None in field_values, django-autofixture assumes that an incorrect value was generated for that field and therefore re-generates the instance (which will of course fail again). Is there a way to specify that a field should actually be None?