klen / mixer

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

Update django.py #103

Closed ephes closed 5 years ago

ephes commented 6 years ago

This line: value = field.scheme.to_python(value) raises an Exception when you upgrade to django 2.1. I don't know why it happens, but this workaround fixed the tests for me :).

coveralls commented 6 years ago

Coverage Status

Coverage decreased (-40.9%) to 40.86% when pulling 90bab2b3a24c071bdd81067f51d6a07b8661dab8 on ephes:patch-1 into 9e773265d5787fac2401f446b5a1acf827638b3d on klen:develop.

hussam-almarzoq commented 6 years ago

@klen Can please take a look at this?

klen commented 5 years ago

@ephes Thank you for the PR. The problem has been fixed in version 6.1.1