-
Notifications
You must be signed in to change notification settings - Fork 2.9k
Closed
Labels
status: acceptedThis issue has been accepted for implementationThis issue has been accepted for implementationtype: bugA confirmed report of unexpected behavior in the applicationA confirmed report of unexpected behavior in the application
Description
NetBox version
v3.1.6
Python version
3.8
Steps to Reproduce
- Install a plugin
- Create an instance of a model provided by the plugin, resulting in the creation of a changelog entry
- Uninstall the plugin
- View the changelog
This has come up a few times in discussion. One recent example can be found in #8418.
Expected Behavior
The changelog should render successfully.
Observed Behavior
An exception is raised when the changelog entry relevant to the plugin model is present:
<class 'AttributeError'>
'NoneType' object has no attribute '_base_manager'
DanSheps and PieterL75
Metadata
Metadata
Assignees
Labels
status: acceptedThis issue has been accepted for implementationThis issue has been accepted for implementationtype: bugA confirmed report of unexpected behavior in the applicationA confirmed report of unexpected behavior in the application