Commit 08c57ea6 by Őry Máté

firewall: add comment about Vlan.vid

parent 0e6e870e
......@@ -155,7 +155,7 @@ class Vlan(models.Model):
range. The gateway also has an IP address in each range.
"""
vid = models.IntegerField(unique=True,
vid = models.IntegerField(unique=True, # NOT pk, so can be changed
verbose_name=_('VID'),
help_text=_('The vlan ID of the subnet.'),
validators=[MinValueValidator(1),
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment