mirror of
https://github.com/netbox-community/netbox.git
synced 2025-12-21 04:42:22 -06:00
Closes #10695: Rename forms/models.py to forms/model_forms.py
This commit is contained in:
@@ -3,7 +3,7 @@ from django import forms
|
||||
from dcim.models import *
|
||||
from netbox.forms import NetBoxModelForm
|
||||
from utilities.forms import DynamicModelChoiceField, DynamicModelMultipleChoiceField, ExpandableNameField
|
||||
from . import models as model_forms
|
||||
from . import model_forms
|
||||
|
||||
__all__ = (
|
||||
'ComponentCreateForm',
|
||||
|
||||
Reference in New Issue
Block a user