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

Bugfixes: default value and number of laps equals to 0 #125

Closed paulocheque closed 4 years ago

paulocheque commented 4 years ago

Number of laps was bugged when the value was 0. Removed this property and added a new DDF_FK_MIN_DEPTH, or fk_min_depth property to fix this issue: https://github.com/paulocheque/django-dynamic-fixture/issues/120

Priority for Default value instead of Null values: https://github.com/paulocheque/django-dynamic-fixture/issues/121

coveralls commented 4 years ago

Coverage Status

Coverage remained the same at ?% when pulling 1c0aa01f2661b592d0025e3cfe2e641c885be52f on bugfixes into bd253b5ef4e94209dbee5e448710cfc17bd03dad on master.