gregmuellegger / django-autofixture

Can create auto-generated test data.
BSD 3-Clause "New" or "Revised" License
462 stars 118 forks source link

Raise an error in case when field doesn't exist in a model. #111

Closed timur-orudzhov closed 5 years ago

timur-orudzhov commented 5 years ago

@gregmuellegger It would be great to have ability to change behaviour on processing field_values, in order when some field does not exist in a model, that situation would raise an error – FieldDoesNotExist, for instance. Reason is simple, cause we do typos, and it very hard to debug. Thanks!