mirror of
https://github.com/netbox-community/netbox.git
synced 2025-12-26 23:27:46 -06:00
Standardize existing description fields to a length of 200 chars
This commit is contained in:
@@ -254,7 +254,7 @@ class SecretRole(ChangeLoggedModel):
|
||||
unique=True
|
||||
)
|
||||
description = models.CharField(
|
||||
max_length=100,
|
||||
max_length=200,
|
||||
blank=True,
|
||||
)
|
||||
users = models.ManyToManyField(
|
||||
|
||||
Reference in New Issue
Block a user