mirror of
https://github.com/netbox-community/netbox.git
synced 2025-12-12 19:39:35 -06:00
Clean up formatting
This commit is contained in:
parent
6dc00206a4
commit
3317169329
@ -24,10 +24,10 @@ This is the base form for creating and editing NetBox models. It extends Django'
|
|||||||
The corresponding model-specific subclasses of `NetBoxModelForm` are documented below.
|
The corresponding model-specific subclasses of `NetBoxModelForm` are documented below.
|
||||||
|
|
||||||
| Model Class | Form Class |
|
| Model Class | Form Class |
|
||||||
|---------------------|-------------------------|
|
|-----------------------|---------------------------|
|
||||||
| PrimaryModel | PrimaryModelForm |
|
| `PrimaryModel` | `PrimaryModelForm` |
|
||||||
| OrganizationalModel | OrganizationalModelForm |
|
| `OrganizationalModel` | `OrganizationalModelForm` |
|
||||||
| NestedGroupModel | NestedGroupModelForm |
|
| `NestedGroupModel` | `NestedGroupModelForm` |
|
||||||
|
|
||||||
#### Example
|
#### Example
|
||||||
|
|
||||||
@ -66,10 +66,10 @@ This form facilitates the bulk import of new objects from CSV, JSON, or YAML dat
|
|||||||
The corresponding model-specific subclasses of `NetBoxModelImportForm` are documented below.
|
The corresponding model-specific subclasses of `NetBoxModelImportForm` are documented below.
|
||||||
|
|
||||||
| Model Class | Form Class |
|
| Model Class | Form Class |
|
||||||
|---------------------|-------------------------------|
|
|-----------------------|---------------------------------|
|
||||||
| PrimaryModel | PrimaryModelImportForm |
|
| `PrimaryModel` | `PrimaryModelImportForm` |
|
||||||
| OrganizationalModel | OrganizationalModelImportForm |
|
| `OrganizationalModel` | `OrganizationalModelImportForm` |
|
||||||
| NestedGroupModel | NestedGroupModelImportForm |
|
| `NestedGroupModel` | `NestedGroupModelImportForm` |
|
||||||
|
|
||||||
#### Example
|
#### Example
|
||||||
|
|
||||||
@ -108,10 +108,10 @@ This form facilitates editing multiple objects in bulk. Unlike a model form, thi
|
|||||||
The corresponding model-specific subclasses of `NetBoxModelBulkEditForm` are documented below.
|
The corresponding model-specific subclasses of `NetBoxModelBulkEditForm` are documented below.
|
||||||
|
|
||||||
| Model Class | Form Class |
|
| Model Class | Form Class |
|
||||||
|---------------------|---------------------------------|
|
|-----------------------|-----------------------------------|
|
||||||
| PrimaryModel | PrimaryModelBulkEditForm |
|
| `PrimaryModel` | `PrimaryModelBulkEditForm` |
|
||||||
| OrganizationalModel | OrganizationalModelBulkEditForm |
|
| `OrganizationalModel` | `OrganizationalModelBulkEditForm` |
|
||||||
| NestedGroupModel | NestedGroupModelBulkEditForm |
|
| `NestedGroupModel` | `NestedGroupModelBulkEditForm` |
|
||||||
|
|
||||||
#### Example
|
#### Example
|
||||||
|
|
||||||
@ -160,10 +160,10 @@ This form class is used to render a form expressly for filtering a list of objec
|
|||||||
The corresponding model-specific subclasses of `NetBoxModelFilterSetForm` are documented below.
|
The corresponding model-specific subclasses of `NetBoxModelFilterSetForm` are documented below.
|
||||||
|
|
||||||
| Model Class | Form Class |
|
| Model Class | Form Class |
|
||||||
|---------------------|----------------------------------|
|
|-----------------------|------------------------------------|
|
||||||
| PrimaryModel | PrimaryModelFilterSetForm |
|
| `PrimaryModel` | `PrimaryModelFilterSetForm` |
|
||||||
| OrganizationalModel | OrganizationalModelFilterSetForm |
|
| `OrganizationalModel` | `OrganizationalModelFilterSetForm` |
|
||||||
| NestedGroupModel | NestedGroupModelFilterSetForm |
|
| `NestedGroupModel` | `NestedGroupModelFilterSetForm` |
|
||||||
|
|
||||||
#### Example
|
#### Example
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user