mirror of
https://github.com/netbox-community/netbox.git
synced 2025-07-26 18:38:38 -06:00
Misc cleanup
This commit is contained in:
parent
68d39065ce
commit
839e5082a8
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user