From 517e3c2bf8d34d8d71d3974634963a0e6e76c305 Mon Sep 17 00:00:00 2001 From: Filipp Lepalaan Date: Wed, 12 May 2021 15:58:07 +0300 Subject: Fix manage check errors --- servo/models/escalations.py | 1 + 1 file changed, 1 insertion(+) (limited to 'servo/models/escalations.py') diff --git a/servo/models/escalations.py b/servo/models/escalations.py index b42d8ca..ffe1486 100644 --- a/servo/models/escalations.py +++ b/servo/models/escalations.py @@ -23,6 +23,7 @@ class Escalation(models.Model): ) gsx_account = models.ForeignKey( GsxAccount, + null=True, on_delete=models.SET_NULL, default=defaults.gsx_account, verbose_name=_('GSX Account'), -- cgit v1.2.3