Merge pull request #2893 from alphagov/exclude-created-by

Exclude created_by_id from TemplateSchemaNoDetail
This commit is contained in:
Chris Hill-Scott
2020-06-23 10:02:03 +01:00
committed by GitHub

View File

@@ -369,7 +369,7 @@ class TemplateSchemaNoDetail(TemplateSchema):
'archived',
'content',
'created_at',
'created_by',
'created_by_id',
'hidden',
'postage',
'process_type',