mirror of
https://github.com/netbox-community/netbox.git
synced 2024-05-10 07:54:54 +00:00
Fix dumpdata ordering for VRFs
This commit is contained in:
@ -1,8 +1,9 @@
|
|||||||
|
# Ensure that VRFs are imported before IPs/prefixes so dumpdata & loaddata work correctly
|
||||||
from .fhrp import *
|
from .fhrp import *
|
||||||
|
from .vrfs import *
|
||||||
from .ip import *
|
from .ip import *
|
||||||
from .services import *
|
from .services import *
|
||||||
from .vlans import *
|
from .vlans import *
|
||||||
from .vrfs import *
|
|
||||||
|
|
||||||
__all__ = (
|
__all__ = (
|
||||||
'ASN',
|
'ASN',
|
||||||
|
Reference in New Issue
Block a user