complete rework of offerings
This commit is contained in:
parent
84e25c82d1
commit
20f27bd6b5
16 changed files with 313 additions and 294 deletions
|
@ -30,9 +30,6 @@ class ServiceBrokerViewSet(viewsets.ViewSet):
|
|||
broker_user = get_object_or_404(ServiceBrokerUser, user=request.user)
|
||||
offerings = broker_user.allowed_offerings.prefetch_related(
|
||||
"plans",
|
||||
"plans__prices",
|
||||
"plans__prices__currency",
|
||||
"plans__prices__term",
|
||||
"service",
|
||||
"cloud_provider",
|
||||
).all()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue