Django upgrade from 1.8 to 1.9 is breaking on model import in init
问题 I have run into the same problem that @JohnnyQ has commented on here. My __init__.py is referring to multiple imports that in-turn are referring to models and these are required. The code works perfectly fine with django 1.8.x but breaks when Django is upgraded to 1.9.x. I am guessing it to be some class-loading sequence issue. What has changed in 1.9 w.r.t to model imports in apps triggering the AppRegistryNotReady exception? The traceback is here: Traceback (most recent call last): File "