klen / mixer

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

Fixed #81. Warning: Options.vitual_fields deprecated in Django 2.0 #82

Closed tonybolanyo closed 6 years ago

tonybolanyo commented 7 years ago

Changed virtual_fields changed for private_fields to suppress the deprecation warning .

coveralls commented 7 years ago

Coverage Status

Coverage remained the same at 84.488% when pulling f52c4c9c9a7bcdb4e415e1e5ac096a50a6169f86 on tonybolanyo:develop into ba46cad4a89f11a11f80cf5835fcf0ccb5e2e625 on klen:develop.

klen commented 6 years ago

Was fixed.