mirror of
https://github.com/netbox-community/netbox.git
synced 2025-08-13 19:18:16 -06:00
add nullable and require=false on RD
This commit is contained in:
parent
61a48320af
commit
1c2dbac920
@ -29,6 +29,8 @@ class VRF(ChangeLoggedModel, CustomFieldModel):
|
|||||||
rd = models.CharField(
|
rd = models.CharField(
|
||||||
max_length=21,
|
max_length=21,
|
||||||
unique=True,
|
unique=True,
|
||||||
|
null=True,
|
||||||
|
blank=True,
|
||||||
verbose_name='Route distinguisher'
|
verbose_name='Route distinguisher'
|
||||||
)
|
)
|
||||||
tenant = models.ForeignKey(
|
tenant = models.ForeignKey(
|
||||||
|
Loading…
Reference in New Issue
Block a user