mirror of
https://github.com/netbox-community/netbox.git
synced 2025-09-06 14:23:36 -06:00
add DecimalVar documentation
This commit is contained in:
parent
7396c68a9b
commit
583cd13a01
@ -275,6 +275,15 @@ Stores a numeric integer. Options include:
|
|||||||
* `min_value` - Minimum value
|
* `min_value` - Minimum value
|
||||||
* `max_value` - Maximum value
|
* `max_value` - Maximum value
|
||||||
|
|
||||||
|
### DecimalVar
|
||||||
|
|
||||||
|
Stores a numeric decimal. Options include:
|
||||||
|
|
||||||
|
* `min_value` - Minimum value
|
||||||
|
* `max_value` - Maximum value
|
||||||
|
* `max_digits` - Maximum number of digits, including decimal places
|
||||||
|
* `decimal_places` - Number of decimal places
|
||||||
|
|
||||||
### BooleanVar
|
### BooleanVar
|
||||||
|
|
||||||
A true/false flag. This field has no options beyond the defaults listed above.
|
A true/false flag. This field has no options beyond the defaults listed above.
|
||||||
|
Loading…
Reference in New Issue
Block a user