mirror of
https://github.com/netbox-community/netbox.git
synced 2025-12-09 01:49:35 -06:00
Fixed wrong link in plugin filtersets documentation
This commit is contained in:
parent
c094699dc0
commit
b70f1211ab
@ -1,6 +1,6 @@
|
|||||||
# Filters & Filter Sets
|
# Filters & Filter Sets
|
||||||
|
|
||||||
Filter sets define the mechanisms available for filtering or searching through a set of objects in NetBox. For instance, sites can be filtered by their parent region or group, status, facility ID, and so on. The same filter set is used consistently for a model whether the request is made via the UI or REST API. (Note that the GraphQL API uses a separate filter class.) NetBox employs the [django-filters2](https://django-tables2.readthedocs.io/en/latest/) library to define filter sets.
|
Filter sets define the mechanisms available for filtering or searching through a set of objects in NetBox. For instance, sites can be filtered by their parent region or group, status, facility ID, and so on. The same filter set is used consistently for a model whether the request is made via the UI or REST API. (Note that the GraphQL API uses a separate filter class.) NetBox employs the [django-filter](https://django-filter.readthedocs.io/en/stable/) library to define filter sets.
|
||||||
|
|
||||||
## FilterSet Classes
|
## FilterSet Classes
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user