geonode.harvesting.api.mixins ============================= .. py:module:: geonode.harvesting.api.mixins Attributes ---------- .. autoapisummary:: geonode.harvesting.api.mixins.logger Classes ------- .. autoapisummary:: geonode.harvesting.api.mixins.UpdateListModelMixin Module Contents --------------- .. py:data:: logger .. py:class:: UpdateListModelMixin Adds the `update_list` method to a viewset `update_list` is used by `api.routers.ListPatchRouter` in order to allow performing PATCH requests against a viewset's `list` endpoint .. py:method:: update_list(request: rest_framework.request.Request, *args, **kwargs) .. py:method:: perform_update(serializer)