Skip to content

Commit

Permalink
Fixes #1727: Added missing import for M2M_FIELD_TYPES
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremystretch committed Dec 7, 2017
1 parent 2fc1519 commit 859f891
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions netbox/utilities/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@

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
Expand Down

0 comments on commit 859f891

Please sign in to comment.