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

Fixes #1191: Bulk selection of IPs under a prefix incorrect when "select all" is used

This commit is contained in:
Jeremy Stretch
2017-05-17 14:23:08 -04:00
parent d206be91d5
commit 3bc51c8e69
3 changed files with 3 additions and 3 deletions

View File

@@ -4,7 +4,6 @@ from django_tables2 import RequestConfig
from django.conf import settings
from django.contrib import messages
from django.contrib.contenttypes.models import ContentType
from django.core.exceptions import ValidationError
from django.db import transaction, IntegrityError
from django.db.models import ProtectedError
from django.forms import CharField, ModelMultipleChoiceField, MultipleHiddenInput, TypedChoiceField