17476 Upgrade to Django 5.1 (#17620)

* 17476 Upgrade to Django 5.1

* 16136 fix migrations

* 17476 update remove GFK from fields

* 17476 fix

* 17476 update django to bugfix release

* fix comma
This commit is contained in:
Arthur Hanson
2024-10-10 06:08:58 -07:00
committed by GitHub
parent 1969f0dc71
commit 3f469b0b0a
6 changed files with 6 additions and 11 deletions

View File

@@ -591,7 +591,7 @@ class VLANGroupForm(NetBoxModelForm):
class Meta:
model = VLANGroup
fields = [
'name', 'slug', 'description', 'vid_ranges', 'scope_type', 'scope', 'tags',
'name', 'slug', 'description', 'vid_ranges', 'scope_type', 'tags',
]
def __init__(self, *args, **kwargs):