Rename backref to service model

To reflect the new name. Appears this is only used by the tests.
This commit is contained in:
Chris Hill-Scott
2020-07-28 11:23:30 +01:00
parent 083573e4dc
commit e41022214f
5 changed files with 9 additions and 9 deletions

View File

@@ -259,7 +259,7 @@ class ServiceSchema(BaseSchema, UUIDsAsStringsMixin):
'returned_letters',
'users',
'version',
'whitelist',
'guest_list',
'broadcast_messages',
)
strict = True
@@ -310,7 +310,7 @@ class DetailedServiceSchema(BaseSchema):
'message_limit',
'email_from',
'inbound_api',
'whitelist',
'guest_list',
'reply_to_email_address',
'sms_sender',
'permissions',
@@ -326,7 +326,7 @@ class DetailedServiceSchema(BaseSchema):
'returned_letters',
'users',
'version',
'whitelist',
'guest_list',
'broadcast_messages',
)