Remove all obsolete nested REST API serializers #17165
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
Remove all
nested_serializers
modules within each app, as these classes are no longer utilized.Justification
The use of static nested API serializer classes (except where needed to resolve circular imports) was deprecated in NetBox v4.1 under #17143.
Impact
These serializers will no longer be available for use by plugins. They can be replaced by passing
nested=True
to a model's primary serializer. For example:can be replaced with
The text was updated successfully, but these errors were encountered: