Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Drop backward compatibility for importing plugin resources from extras app #14092

Closed
jeremystretch opened this issue Oct 20, 2023 · 0 comments
Closed
Assignees
Labels
status: accepted This issue has been accepted for implementation type: deprecation Removal of existing functionality or behavior
Milestone

Comments

@jeremystretch
Copy link
Member

Proposed Changes

Plugin resources were moved from the extras app to the netbox app in v3.7, while retaining backward compatibility to avoid a breaking change. This issue exists to track the removal of this backward compatibility in the v4.0 release.

Plugins which have not already adapted to the refactoring will need to update their imports. For example:

from extras.plugins import PluginConfig

becomes

from netbox.plugins import PluginConfig

Justification

Planned deprecation

@jeremystretch jeremystretch added status: accepted This issue has been accepted for implementation type: housekeeping Changes to the application which do not directly impact the end user labels Oct 20, 2023
@jeremystretch jeremystretch added this to the v4.0 milestone Oct 20, 2023
@jeremystretch jeremystretch added type: deprecation Removal of existing functionality or behavior and removed type: housekeeping Changes to the application which do not directly impact the end user labels Jan 3, 2024
@jeremystretch jeremystretch self-assigned this Jan 3, 2024
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Apr 3, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
status: accepted This issue has been accepted for implementation type: deprecation Removal of existing functionality or behavior
Projects
None yet
Development

No branches or pull requests

1 participant