mirror of
https://github.com/netbox-community/netbox.git
synced 2026-03-31 22:53:21 +02:00
Standardize existing description fields to a length of 200 chars
This commit is contained in:
@@ -86,9 +86,8 @@ class Tenant(ChangeLoggedModel, CustomFieldModel):
|
||||
null=True
|
||||
)
|
||||
description = models.CharField(
|
||||
max_length=100,
|
||||
blank=True,
|
||||
help_text='Long-form name (optional)'
|
||||
max_length=200,
|
||||
blank=True
|
||||
)
|
||||
comments = models.TextField(
|
||||
blank=True
|
||||
|
||||
Reference in New Issue
Block a user