mirror of
https://github.com/netbox-community/netbox.git
synced 2025-07-27 10:58:37 -06:00
Add TagIDFilter to __all__
This commit is contained in:
parent
aa518ff2e6
commit
32b05080d5
@ -4,6 +4,7 @@ from .models import Tag
|
|||||||
|
|
||||||
__all__ = (
|
__all__ = (
|
||||||
'TagFilter',
|
'TagFilter',
|
||||||
|
'TagIDFilter',
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user