Skip to content
Snippets Groups Projects
Commit f8531b90 authored by Antoine R. Dumont's avatar Antoine R. Dumont
Browse files

Update upstream source from tag 'debian/upstream/0.0.62'

Update to upstream version '0.0.62'
with Debian dir be0ba5d5c2f83c74c9c1e472dc8404d1525e3f1e
parents 050df0d3 0eb902b3
No related branches found
No related tags found
No related merge requests found
Metadata-Version: 1.0
Name: swh.deposit
Version: 0.0.61
Version: 0.0.62
Summary: Software Heritage Deposit Server
Home-page: https://forge.softwareheritage.org/source/swh-deposit/
Author: Software Heritage developers
......
Metadata-Version: 1.0
Name: swh.deposit
Version: 0.0.61
Version: 0.0.62
Summary: Software Heritage Deposit Server
Home-page: https://forge.softwareheritage.org/source/swh-deposit/
Author: Software Heritage developers
......
......@@ -8,6 +8,7 @@ from rest_framework.generics import ListAPIView
from rest_framework.pagination import PageNumberPagination
from rest_framework import serializers
from ..common import SWHPrivateAPIView
from ...models import Deposit
......@@ -26,7 +27,7 @@ class DepositSerializer(serializers.ModelSerializer):
'status', 'status_detail', 'parent')
class DepositList(ListAPIView):
class DepositList(ListAPIView, SWHPrivateAPIView):
"""Deposit request class to list the deposit's status per page.
HTTP verbs supported: GET
......
v0.0.61-0-gc0ebcaa
\ No newline at end of file
v0.0.62-0-g79c8696
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment