Remove support for the Django admin UI #16136
Labels
breaking change
This change modifies or removes some previously documented functionality
complexity: low
Requires minimal effort to implement
status: accepted
This issue has been accepted for implementation
type: deprecation
Removal of existing functionality or behavior
Milestone
Proposed Changes
Completely remove support for the Django admin UI.
Justification
The Django admin UI was disabled by default in NetBox v4.0 as it is no longer utilized except by certain plugins. Removing it entirely will allow us to shed
django.contrib.admin
as an installed app.Impact
The Django admin UI will no longer be available to plugins.
The text was updated successfully, but these errors were encountered: