Closes #8453: Rename PrimaryModelFilterSet to NetBoxModelFilterSet & expose for plugins

This commit is contained in:
jeremystretch
2022-01-27 09:24:20 -05:00
parent 515c7f56a3
commit 32d2caf639
10 changed files with 112 additions and 52 deletions

View File

@@ -45,7 +45,7 @@ For more background on schema migrations, see the [Django documentation](https:/
## Enabling NetBox Features
Plugin models can leverage certain NetBox features by inheriting from NetBox's `BaseModel` class. This class extends the plugin model to enable numerous feature, including:
Plugin models can leverage certain NetBox features by inheriting from NetBox's `NetBoxModel` class. This class extends the plugin model to enable numerous feature, including:
* Change logging
* Custom fields