paulocheque / django-dynamic-fixture

A complete library to create dynamic model instances for testing purposes.
http://django-dynamic-fixture.readthedocs.io/
Other
391 stars 67 forks source link

[fix] Lookup alias fix #106

Closed paulocheque closed 4 years ago

paulocheque commented 4 years ago

Fixed look_up_alias syntax. Now it can receive multiple attributes of the same related model and DDF will consider all of them.

Issue: https://github.com/paulocheque/django-dynamic-fixture/issues/28 Related PR: https://github.com/paulocheque/django-dynamic-fixture/pull/38

coveralls commented 4 years ago

Coverage Status

Coverage remained the same at ?% when pulling 3c442ce47b7ae06382b030f7143bc999ecbb97e7 on lookup_fix into dcdf0681e34c8cddbd571593530cd4bc11af972a on master.

coveralls commented 4 years ago

Coverage Status

Coverage remained the same at ?% when pulling 3c442ce47b7ae06382b030f7143bc999ecbb97e7 on lookup_fix into dcdf0681e34c8cddbd571593530cd4bc11af972a on master.