mirror of
https://github.com/netbox-community/netbox.git
synced 2026-05-07 06:16:12 +08:00
Introduce support for omitting specific serializer fields via an `omit` parameter, acting as the inverse of `fields`. Wire it through the API viewset and queryset optimization helpers so omitted fields don’t trigger unnecessary annotations/prefetches, and document the new behavior.