From 66c4597525e69f5c4ebc22039a9f6b51422ab946 Mon Sep 17 00:00:00 2001 From: Jeremy Stretch Date: Fri, 9 Oct 2020 14:38:21 -0400 Subject: [PATCH] Add RouteTarget to __all__ --- netbox/ipam/models.py | 1 + 1 file changed, 1 insertion(+) diff --git a/netbox/ipam/models.py b/netbox/ipam/models.py index 89ea672c7..11ce180a4 100644 --- a/netbox/ipam/models.py +++ b/netbox/ipam/models.py @@ -30,6 +30,7 @@ __all__ = ( 'Prefix', 'RIR', 'Role', + 'RouteTarget', 'Service', 'VLAN', 'VLANGroup',