mirror of
https://github.com/netbox-community/netbox.git
synced 2025-12-18 19:32:24 -06:00
Move utilities.utils.get_related_models() to utilities.relations
This commit is contained in:
@@ -1,5 +1,9 @@
|
||||
from django.db.models import ManyToOneRel
|
||||
|
||||
__all__ = (
|
||||
'get_related_models',
|
||||
)
|
||||
|
||||
|
||||
def get_related_models(model, ordered=True):
|
||||
"""
|
||||
Reference in New Issue
Block a user