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

Changelog for #4108

This commit is contained in:
Jeremy Stretch
2020-02-10 10:20:06 -05:00
parent 5008526db1
commit d4789b7c9e
2 changed files with 1 additions and 1 deletions

View File

@@ -9,7 +9,6 @@ from django.conf import settings
from django.contrib.postgres.forms.jsonb import JSONField as _JSONField, InvalidJSONInput
from django.db.models import Count
from django.forms import BoundField
from mptt.forms import TreeNodeMultipleChoiceField
from .choices import unpack_grouped_choices
from .constants import *