mirror of
https://github.com/netbox-community/netbox.git
synced 2025-12-17 17:56:29 +00:00
11 lines
235 B
Markdown
11 lines
235 B
Markdown
|
|
# Forms
|
||
|
|
|
||
|
|
NetBox provides several base form classes for use by plugins. These are documented below.
|
||
|
|
|
||
|
|
* `NetBoxModelForm`
|
||
|
|
* `NetBoxModelCSVForm`
|
||
|
|
* `NetBoxModelBulkEditForm`
|
||
|
|
* `NetBoxModelFilterSetForm`
|
||
|
|
|
||
|
|
### TODO: Include forms reference
|