Open gsnider2195 opened 2 days ago
The rules for code location changes should prefer nautobot.apps imports instead of going directly to the core apps, except when importing models. The imports provided by the apps namespace are documented in core at https://github.com/nautobot/nautobot/blob/develop/nautobot/docs/user-guide/administration/upgrading/from-v1/tables/v2-code-nautobot-app-location.yaml
nautobot.apps
The apps namespace should be used for nautobot core imports so that code changes can happen in core without breaking apps.
Environment
Proposed Functionality
The rules for code location changes should prefer
nautobot.apps
imports instead of going directly to the core apps, except when importing models. The imports provided by the apps namespace are documented in core at https://github.com/nautobot/nautobot/blob/develop/nautobot/docs/user-guide/administration/upgrading/from-v1/tables/v2-code-nautobot-app-location.yamlUse Case
The apps namespace should be used for nautobot core imports so that code changes can happen in core without breaking apps.