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

9856 filter types

This commit is contained in:
Arthur
2024-03-13 10:48:46 -07:00
parent 21b585e5e3
commit 347e453b7d
4 changed files with 30 additions and 71 deletions

View File

@@ -25,11 +25,13 @@ __all__ = (
)
# bug - fixme!
@strawberry_django.filter(models.ASN, lookups=True)
class ASNFilter(BaseFilterMixin):
pass
# bug - fixme!
@strawberry_django.filter(models.ASNRange, lookups=True)
class ASNRangeFilter(BaseFilterMixin):
pass