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

@@ -258,7 +258,7 @@ class TunnelTerminationForm(NetBoxModelForm):
class Meta:
model = TunnelTermination
fields = [
'tunnel', 'role', 'termination', 'outside_ip', 'tags',
'tunnel', 'role', 'outside_ip', 'tags',
]
def __init__(self, *args, initial=None, **kwargs):