netbox icon indicating copy to clipboard operation
netbox copied to clipboard

Closes #15131: Dynamic queryset annotations for REST API endpoints

Open jeremystretch opened this issue 1 year ago • 0 comments

Closes: #15131

  • Introduce the new RelatedObjectCountField class to represent annotated counts
  • Update all model serializers to use RelatedObjectCountField for related counts instead of IntegerField
  • Introduce get_annotations_for_serializer() utility function for automatically resolving the required annotations for a request
  • Remove static annotations from REST API view querysets
  • Remove obsolete annotations cleanup logic from BriefModeMixin

jeremystretch avatar Feb 14 '24 17:02 jeremystretch