klen / mixer

Mixer -- Is a fixtures replacement. Supported Django, Flask, SqlAlchemy and custom python objects.
Other
939 stars 96 forks source link

fix for issue #97 #132

Closed jbrissier closed 3 years ago

jbrissier commented 3 years ago

Fix for external libraries, like django-taggit. If the value is SKIP_VALUE stop further processing.

coveralls commented 3 years ago

Coverage Status

Coverage decreased (-13.1%) to 73.604% when pulling 751bc8434432a7daa508f3de69e82147def2967d on jbrissier:develop into 6af15d5e65d8a2ee8185f7777bf095d611ba13ae on klen:develop.

klen commented 3 years ago

@jbrissier Thank you