Have gone through
Django 1.9 deprecation warnings app_label
but answers couldn\'t fix my problem, so asking again.
I have an app that is added to IN
I experienced this issue when running tests and it was simply a matter of changing:
from .models import MyModel
to
from apps.myapp.models import MyModel