You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
What's Changed
#303 Gracefully skip supported_models entries that don't resolve to a registered Django model instead of raising an unhandled LookupError during app startup (which previously crashed every management command, including migrate). This most commonly affects models created dynamically by other plugins (e.g. netbox_custom_objects custom object types), whose registration order relative to netbox_contract is not guaranteed. A clear error is now logged (netbox.plugins.netbox_contract) naming the offending entry, and the rest of the plugin continues to load normally.