set many serializer

This commit is contained in:
Matthias Mair 2025-10-11 01:08:52 +02:00
parent 9c2329c6b4
commit 96406d45aa
No known key found for this signature in database
GPG Key ID: A593429DDA23B66A
1 changed files with 1 additions and 0 deletions

View File

@ -1628,6 +1628,7 @@ class BomItemSerializer(
# Annotate the total potential quantity we can build
'can_build',
]
list_serializer_class = FilterableListSerializer
def __init__(self, *args, **kwargs):
"""Determine if extra detail fields are to be annotated on this serializer.