mirror of
https://github.com/netbox-community/netbox.git
synced 2026-02-15 13:27:47 +01: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.