mirror of
https://github.com/netbox-community/netbox.git
synced 2025-08-26 01:06:11 -06:00
add IPAddressFunction to __all__
This commit is contained in:
parent
1167a0473e
commit
63b946b339
@ -20,6 +20,7 @@ from netbox.models import OrganizationalModel, PrimaryModel, NetBoxModel
|
|||||||
__all__ = (
|
__all__ = (
|
||||||
'Aggregate',
|
'Aggregate',
|
||||||
'IPAddress',
|
'IPAddress',
|
||||||
|
'IPAddressFunction'
|
||||||
'IPRange',
|
'IPRange',
|
||||||
'Prefix',
|
'Prefix',
|
||||||
'RIR',
|
'RIR',
|
||||||
|
Loading…
Reference in New Issue
Block a user