add nullable and require=false on RD

This commit is contained in:
Mabuchin 2019-01-28 14:50:35 +09:00
parent 61a48320af
commit 1c2dbac920

View File

@ -29,6 +29,8 @@ class VRF(ChangeLoggedModel, CustomFieldModel):
rd = models.CharField(
max_length=21,
unique=True,
null=True,
blank=True,
verbose_name='Route distinguisher'
)
tenant = models.ForeignKey(