2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-19 21:45:39 +00:00

serializer fixes

This commit is contained in:
Oliver
2021-11-28 14:21:09 +11:00
parent 6582fd3d04
commit 0949bac175
6 changed files with 48 additions and 28 deletions

View File

@ -75,8 +75,6 @@ class PartAttachmentSerializer(InvenTreeAttachmentSerializer):
Serializer for the PartAttachment class
"""
attachment = InvenTreeAttachmentSerializerField(required=True)
class Meta:
model = PartAttachment