Merge pull request #3687 from alphagov/remove-custom-getattr

Remove custom `getattr` implementation from JSONModel
This commit is contained in:
Chris Hill-Scott
2020-10-28 10:46:13 +00:00
committed by GitHub
5 changed files with 15 additions and 43 deletions

View File

@@ -31,11 +31,9 @@ class Service(JSONModel):
ALLOWED_PROPERTIES = {
'active',
'contact_link',
'email_branding',
'email_from',
'id',
'inbound_api',
'letter_branding',
'message_limit',
'rate_limit',
'name',