change on broker (organization type) - some changes on livestock & herd

This commit is contained in:
2025-08-05 16:33:42 +03:30
parent 7792e67b1e
commit 2bc1931def
11 changed files with 267 additions and 4 deletions

View File

@@ -19,6 +19,11 @@ class TagSerializer(serializers.ModelSerializer):
'organization',
'status',
]
extra_kwargs = {
'serial': {
'required': False
}
}
def update(self, instance, validated_data):
""" update tag information """