NetBox version
v3.5.8
Python version
Steps to Reproduce
Note: The full and exact repro steps aren't verified right now, but I agreed with @kkthxbye-code that I should file this as a bug anyway, as per our discussion on Slack.
- Install a plugin, such as netbox-topology-views
- Create a device, and make sure that somehow a "coordinate" is saved for that device. (Don't have exact steps for this right now.)
- Uninstall the plugin.
- Search for the name of the device that was created.
Expected Behavior
I expect to get a page of search results including that object.
Observed Behavior
I an get error screen with the python exception 'NoneType' object has no attribute 'objects'