Closed ticosax closed 10 years ago
disregarding ignore_fields content.
It allows usage of django-dynamic-fixture like this:
assert settings.DDF_IGNORE_FIELDS == ['name'] instance = G(InstanceModel, name='foo') assert instance.name == 'foo'
Because It is user decision and user should be able to override gloabal settings when it comes handy to do it.
Makes sense! great!
That was fast. Thank you !
disregarding ignore_fields content.
It allows usage of django-dynamic-fixture like this:
Because It is user decision and user should be able to override gloabal settings when it comes handy to do it.