<div dir="ltr"><div>We <a href="https://pulp.plan.io/issues/8203">ran into an issue</a> (I originally created </facepalm>) where migrations were importing a Model like:</div><div><br></div><div>from my_plugin.apps.models import MyModel</div><div><br></div><div>Instead Django wants us to use `apps.get_model('app_name', 'MyModel')` which reconstructs a historical model from the DB.</div><div><br></div><div>I opened a <a href="https://github.com/pulp/pulpcore/pull/1111">PR to fix in pulpcore</a>, and audited pulp_file and pulp_ansible. Consider auditing your plugins too?</div><div><br></div><div>Cheers,</div><div>Brian</div><div><br></div></div>