From 5f904a03bf6fd1a8b129d29b585fd07841bb084a Mon Sep 17 00:00:00 2001 From: Kevin Carrogan Date: Mon, 31 Jan 2022 12:10:29 +0000 Subject: [PATCH] Add default value for skip field This should already be handled by the default value of this field in the model definition however this is raising errors with this field not being fully populated so adding this more explicit value to get around this --- mail/views.py | 1 + 1 file changed, 1 insertion(+) diff --git a/mail/views.py b/mail/views.py index d24d3f65..7ff3866c 100644 --- a/mail/views.py +++ b/mail/views.py @@ -79,6 +79,7 @@ def post(self, request): data=licence, old_lite_id=licence.get("old_id"), old_reference=licence.get("old_reference"), + skip=False, ), )