We ran into an issue <https://pulp.plan.io/issues/8203> (I originally
created </facepalm>) where migrations were importing a Model like:

from my_plugin.apps.models import MyModel

Instead Django wants us to use `apps.get_model('app_name', 'MyModel')`
which reconstructs a historical model from the DB.

I opened a PR to fix in pulpcore
<https://github.com/pulp/pulpcore/pull/1111>, and audited pulp_file and
pulp_ansible. Consider auditing your plugins too?

Cheers,
Brian
_______________________________________________
Pulp-dev mailing list
Pulp-dev@redhat.com
https://www.redhat.com/mailman/listinfo/pulp-dev

Reply via email to