Remove job_status from allowed properties

We can’t guarantee it’s always present, so shouldn’t allow direct access
to it.
This commit is contained in:
Chris Hill-Scott
2020-01-20 16:47:09 +00:00
parent 32105b3328
commit 0202f73f9a
2 changed files with 1 additions and 2 deletions

View File

@@ -24,7 +24,6 @@ class Job(JSONModel):
'original_file_name',
'created_at',
'notification_count',
'job_status',
'created_by',
}