Move form feature mixin classes from extras
to netbox
#14326
Labels
status: accepted
This issue has been accepted for implementation
type: housekeeping
Changes to the application which do not directly impact the end user
Milestone
Proposed Changes
Move the following classes from
extras.forms.mixins
tonetbox.forms.mixins
:Justification
This will clean up the form hierarchy a bit, and help avoid circular imports. We currently have a hack in place specifically to avoid this:
netbox/netbox/extras/admin.py
Lines 1 to 2 in d52a6d3
Additionally, it has come up again during work on #14312.
The text was updated successfully, but these errors were encountered: