mirror of
https://github.com/netbox-community/netbox.git
synced 2025-07-27 02:48:38 -06:00
DOCS : fix data-validation.md code example
Fix pseudo code to avoid silent error
This commit is contained in:
parent
248c94bd35
commit
f6cbe6e97a
@ -49,7 +49,7 @@ Appending a plus sign to the field identifier would instead _add_ these choices
|
|||||||
FIELD_CHOICES = {
|
FIELD_CHOICES = {
|
||||||
'dcim.Site.status+': (
|
'dcim.Site.status+': (
|
||||||
...
|
...
|
||||||
)
|
),
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user