mirror of
https://github.com/netbox-community/netbox.git
synced 2025-08-26 09:16:10 -06:00
12468 use inverse match
This commit is contained in:
parent
58c74b208c
commit
050a3b789c
@ -75,7 +75,6 @@ class CustomField(CloningMixin, ExportTemplatesMixin, ChangeLoggedModel):
|
|||||||
null=True,
|
null=True,
|
||||||
help_text=_('The type of NetBox object this field maps to (for object fields)')
|
help_text=_('The type of NetBox object this field maps to (for object fields)')
|
||||||
)
|
)
|
||||||
# regex=r'^(?!.*__.*)', ^((?!__).)*$
|
|
||||||
name = models.CharField(
|
name = models.CharField(
|
||||||
max_length=50,
|
max_length=50,
|
||||||
unique=True,
|
unique=True,
|
||||||
|
Loading…
Reference in New Issue
Block a user