Skip to content

SentItem

Overview

SentItem(id, sender, receiver, content_type, object_id, method, result, retry_delay, queued, last_updated, done_since, task_id)

DoesNotExist

The requested object does not exist

Source

server/vueda/vdq/models.py

MultipleObjectsReturned

The query returned multiple objects when only one was expected.

Source

server/vueda/vdq/models.py

clone

Signature

clone(self)

Parameters

NameTypeRequiredDescription
selfyes

Returns

<class 'vueda.vdq.models.QueueItem'>

Source

server/vueda/vdq/models.py:386

get_formatted_name

Signature

get_formatted_name(self)

Parameters

NameTypeRequiredDescription
selfyes

Source

server/vueda/vdq/models.py:383

objects

Signature

objects(unknown)

Parameters

NameTypeRequiredDescription
unknownyes

_meta

_vueda_options

content_object

Provide a generic many-to-one relation through the content_type and object_id fields.

This class also doubles as an accessor to the related object (similar to ForwardManyToOneDescriptor) by adding itself as a model attribute.

object_states_proxy

Accessor to the related objects manager on the one-to-many relation created by GenericRelation.

In the example::

class Post(Model):
    comments = GenericRelation(Comment)

post.comments is a ReverseGenericManyToOneDescriptor instance.

Source

server/vueda/vdq/models.py:376

Documents matching: server v3.0.0a1.post1client v3.0.0-alpha.2