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
+1 -1
View File
@@ -202,7 +202,7 @@ class EventRuleImportForm(NetBoxModelImportForm):
model = EventRule
fields = (
'name', 'description', 'enabled', 'conditions', 'object_types', 'event_types', 'action_type',
'action_object', 'comments', 'tags'
'comments', 'tags'
)
def clean(self):