klen / mixer

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

Fix get_model Deprecation warning with Django 1.9 #49

Closed suriya closed 8 years ago

suriya commented 8 years ago

django.db.models.get_model is deprecated in Django 1.9. Instead, we use apps.get_model.

klen commented 8 years ago

Thank you!