Use new fields for getting orgs and services

Uses https://github.com/alphagov/notifications-api/pull/2539 to reduce
the number of API calls we make.
This commit is contained in:
Chris Hill-Scott
2019-06-12 12:09:26 +01:00
parent da29d722f9
commit 0aea038d51
11 changed files with 165 additions and 138 deletions

View File

@@ -21,6 +21,7 @@ class Organisation(JSONModel):
'agreement_signed_version',
'domains',
'request_to_go_live_notes',
'count_of_live_services',
}
@classmethod