mirror of
https://github.com/netbox-community/netbox.git
synced 2025-12-18 11:22:25 -06:00
Establish 4 core forms in netbox.forms.base
This commit is contained in:
10
docs/plugins/development/forms.md
Normal file
10
docs/plugins/development/forms.md
Normal file
@@ -0,0 +1,10 @@
|
||||
# Forms
|
||||
|
||||
NetBox provides several base form classes for use by plugins. These are documented below.
|
||||
|
||||
* `NetBoxModelForm`
|
||||
* `NetBoxModelCSVForm`
|
||||
* `NetBoxModelBulkEditForm`
|
||||
* `NetBoxModelFilterSetForm`
|
||||
|
||||
### TODO: Include forms reference
|
||||
Reference in New Issue
Block a user