1
0
mirror of https://github.com/netbox-community/netbox.git synced 2024-05-10 07:54:54 +00:00

9856 fix tenancy, ipam filter definitions

This commit is contained in:
Arthur
2024-03-13 13:37:17 -07:00
parent b47c5ee1b8
commit 9c53f76d9e
4 changed files with 9 additions and 4 deletions

View File

@@ -25,14 +25,15 @@ __all__ = (
)
# bug - fixme!
@strawberry_django.filter(models.ASN, lookups=True)
@autotype_decorator(filtersets.ASNFilterSet)
class ASNFilter(BaseFilterMixin):
pass
# bug - fixme!
@strawberry_django.filter(models.ASNRange, lookups=True)
@autotype_decorator(filtersets.ASNRangeFilterSet)
class ASNRangeFilter(BaseFilterMixin):
pass