aboutsummaryrefslogtreecommitdiffstats
path: root/servo/models/escalations.py
diff options
context:
space:
mode:
authorFilipp Lepalaan <filipp@mac.com>2021-05-12 15:58:07 +0300
committerFilipp Lepalaan <filipp@mac.com>2021-05-12 15:58:07 +0300
commit517e3c2bf8d34d8d71d3974634963a0e6e76c305 (patch)
treea14eb2d6121e9270fba3e8465fd6fcf1afc8048d /servo/models/escalations.py
parent8c4fbdd167aa22eff70abd85da20a2187f207812 (diff)
downloadServo-517e3c2bf8d34d8d71d3974634963a0e6e76c305.tar.gz
Servo-517e3c2bf8d34d8d71d3974634963a0e6e76c305.tar.bz2
Servo-517e3c2bf8d34d8d71d3974634963a0e6e76c305.zip
Fix manage check errors
Diffstat (limited to 'servo/models/escalations.py')
-rw-r--r--servo/models/escalations.py1
1 files changed, 1 insertions, 0 deletions
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'),