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

Update import locations for Django 3.1

This commit is contained in:
Jeremy Stretch
2020-07-16 11:54:08 -04:00
parent a4829198ff
commit 8dd41b771e
2 changed files with 2 additions and 2 deletions

View File

@ -8,7 +8,7 @@ import yaml
from django import forms
from django.conf import settings
from django.contrib.postgres.forms import SimpleArrayField
from django.contrib.postgres.forms.jsonb import JSONField as _JSONField, InvalidJSONInput
from django.forms.fields import JSONField as _JSONField, InvalidJSONInput
from django.core.exceptions import MultipleObjectsReturned
from django.db.models import Count
from django.forms import BoundField