I updated django-dynamic-model repository to support Django 1.9. I got this error:
CommandError: Conflicting migrations detected; multiple leaf nodes in the mi
Seems like you have injected models of other applications.
Define TARGET_APP in your migrations, seems like migrations loader can't correctly identify target app.