diff --git a/starfields_drf_generics/mixins.py b/starfields_drf_generics/mixins.py index feba16c..1ca222f 100644 --- a/starfields_drf_generics/mixins.py +++ b/starfields_drf_generics/mixins.py @@ -41,7 +41,7 @@ class CachedRetrieveModelMixin(CacheGetMixin, CacheSetMixin): to inherit anything from it. """ - def retrieve(self, request): + def retrieve(self, request, *args, **kwargs): " Retrieves the entry in the request " # Attempt to get the request from the cache cache_attempt = self.get_cache(request)