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:
@@ -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
|
||||
|
Reference in New Issue
Block a user