Skip to content

Commit ff32497

Browse files
authored
Add group_name to CustomObjectTypeFieldSerializer.fields (#274)
1 parent 1071d2c commit ff32497

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

netbox_custom_objects/api/serializers.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ class Meta:
5757
"related_object_type",
5858
"app_label",
5959
"model",
60+
"group_name",
6061
)
6162

6263
def validate(self, attrs):

0 commit comments

Comments
 (0)