Closed ckrybus closed 4 years ago
The call G(Model, fieldattr1='A', fieldattr2='B') didn't work as expected - only the attr2 value was set, attr1 value was ignored.
I'm pretty sure this fixes #28
@ckrybus Finally it is fixed: https://github.com/paulocheque/django-dynamic-fixture/pull/106
I believe your PR fixes for the root variables but not for the deeper ones.
The call G(Model, fieldattr1='A', fieldattr2='B') didn't work as expected - only the attr2 value was set, attr1 value was ignored.