Hey For me this simple way seems to work. Using latest versions of rest and extensions
from rest_framework.viewsets import ModelViewSet from rest_framework_extensions.cache.mixins import ListCacheResponseMixin class RandomViewSet(ListCacheResponseMixin, ModelViewSet): ... -- You received this message because you are subscribed to the Google Groups "Django REST framework" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
