mirror of
https://github.com/netbox-community/netbox.git
synced 2025-07-14 01:41:22 -06:00
Correct custom validators docs
This commit is contained in:
parent
8315883db9
commit
50428c3f01
@ -105,11 +105,11 @@ from my_validators import Validator1, Validator2, Validator3
|
|||||||
|
|
||||||
CUSTOM_VALIDATORS = {
|
CUSTOM_VALIDATORS = {
|
||||||
'dcim.site': (
|
'dcim.site': (
|
||||||
Validator1,
|
Validator1(),
|
||||||
Validator2,
|
Validator2(),
|
||||||
),
|
),
|
||||||
'dcim.device': (
|
'dcim.device': (
|
||||||
Validator3,
|
Validator3(),
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
Loading…
Reference in New Issue
Block a user