mirror of
https://github.com/netbox-community/netbox.git
synced 2024-05-10 07:54:54 +00: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