From b7a84a147c9a9a8f7cce17f8f0cc4da94dfb54c9 Mon Sep 17 00:00:00 2001 From: Anatoly Date: Tue, 4 Feb 2020 17:11:06 +0300 Subject: [PATCH] small fix --- apps/location/views/back.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/location/views/back.py b/apps/location/views/back.py index 94646244..44385a9b 100644 --- a/apps/location/views/back.py +++ b/apps/location/views/back.py @@ -131,7 +131,7 @@ class CountryRUDView(CountryBaseViewMixin, generics.RetrieveUpdateDestroyAPIView serializer_class = serializers.CountryBackSerializer -class CountryCallingCodeListView(generics.ListAPIView): +class CountryCallingCodeListView(generics.GenericAPIView): """ ## Country codes view. ### Response