1
0
mirror of https://github.com/netbox-community/netbox.git synced 2024-05-10 07:54:54 +00:00

Fixes #1727: Added missing import for M2M_FIELD_TYPES

This commit is contained in:
Jeremy Stretch
2017-12-07 15:36:08 -05:00
parent 2fc1519bc6
commit 859f89101e

View File

@@ -22,6 +22,7 @@ from django_tables2 import RequestConfig
from extras.models import CustomField, CustomFieldValue, ExportTemplate, UserAction
from utilities.forms import BootstrapMixin, CSVDataField
from .constants import M2M_FIELD_TYPES
from .error_handlers import handle_protectederror
from .forms import ConfirmationForm
from .paginator import EnhancedPaginator