Skip to content

Commit

Permalink
Update query_parameters for Netbox 2.8
Browse files Browse the repository at this point in the history
netbox-community/netbox#4313 removed id__in as you can acheive the same by listing id multiple times.
  • Loading branch information
DouglasHeriot committed May 4, 2020
1 parent a719da5 commit 793a635
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions plugins/inventory/nb_inventory.py
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,6 @@
"id",
"id__gt",
"id__gte",
"id__in",
"id__lt",
"id__lte",
"id__n",
Expand Down Expand Up @@ -344,7 +343,6 @@
"id",
"id__gt",
"id__gte",
"id__in",
"id__lt",
"id__lte",
"id__n",
Expand Down

0 comments on commit 793a635

Please sign in to comment.