def workspace.api.v0.models.jobs.JobsViewSet.create |
( |
|
self, |
|
|
|
request, |
|
|
|
format = None |
|
) |
| |
def workspace.api.v0.models.jobs.JobsViewSet.list |
( |
|
self, |
|
|
|
request, |
|
|
|
format = None |
|
) |
| |
def workspace.api.v0.models.jobs.JobsViewSet.perform_create |
( |
|
self, |
|
|
|
serializer |
|
) |
| |
def workspace.api.v0.models.jobs.JobsViewSet.perform_update |
( |
|
self, |
|
|
|
serializer |
|
) |
| |
def workspace.api.v0.models.jobs.JobsViewSet.retrieve |
( |
|
self, |
|
|
|
request, |
|
|
|
pk = None , |
|
|
|
format = None |
|
) |
| |
tuple workspace.api.v0.models.jobs.JobsViewSet.permission_classes = (IsAuthenticatedOrOptionsOnly, JobsDetailPerms,) |
|
static |
workspace.api.v0.models.jobs.JobsViewSet.permission_classes |
tuple workspace.api.v0.models.jobs.JobsViewSet.queryset = Jobs.objects.all() |
|
static |
workspace.api.v0.models.jobs.JobsViewSet.queryset |
workspace.api.v0.models.jobs.JobsViewSet.serializer_class = JobsSerializer |
|
static |
The documentation for this class was generated from the following file: