mirror of
https://github.com/netbox-community/netbox.git
synced 2024-05-10 07:54:54 +00:00
Upgrade DRF to v3.15
This commit is contained in:
@@ -47,7 +47,8 @@ class TunnelSerializer(NetBoxModelSerializer):
|
||||
group = TunnelGroupSerializer(
|
||||
nested=True,
|
||||
required=False,
|
||||
allow_null=True
|
||||
allow_null=True,
|
||||
default=None
|
||||
)
|
||||
encapsulation = ChoiceField(
|
||||
choices=TunnelEncapsulationChoices
|
||||
|
Reference in New Issue
Block a user