mirror of
https://github.com/netbox-community/netbox.git
synced 2025-07-14 09:51:22 -06: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
|