Closes #19740: Enable recursive nesting for platforms #1495

Closed
opened 2026-04-06 02:30:56 +02:00 by MrUnknownDE · 0 comments
Owner

Originally created by @jeremystretch on 8/7/2025

Closes: #19740

  • Convert the Platform model to a NestedGroupModel (add a parent recursive ForeignKey)
  • Convert PlatformSerializer to a NestedGroupModelSerializer
  • Add NestedPlatformSerializer for nested platforms
  • Add parent & ancestor filters to PlatformFilterSet
  • Update tests & documentation
*Originally created by @jeremystretch on 8/7/2025* ### Closes: #19740 - Convert the Platform model to a NestedGroupModel (add a `parent` recursive ForeignKey) - Convert PlatformSerializer to a NestedGroupModelSerializer - Add NestedPlatformSerializer for nested platforms - Add `parent` & `ancestor` filters to PlatformFilterSet - Update tests & documentation
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github/netbox#1495