Misc cleanup
Some checks failed
CI / build (20.x, 3.10) (push) Has been cancelled
CI / build (20.x, 3.11) (push) Has been cancelled
CI / build (20.x, 3.12) (push) Has been cancelled

This commit is contained in:
Jeremy Stretch 2025-07-25 15:45:47 -04:00
parent 68d39065ce
commit 839e5082a8

View File

@ -68,7 +68,6 @@ class ChangeLogMessageSerializer(serializers.Serializer):
# Workaround to bypass requirement to include changelog_message in Meta.fields on every serializer
if type(data) is dict and 'changelog_message' in data:
# TODO: Validation
ret['changelog_message'] = data['changelog_message']
return ret