Skip to content

QueueItemOrigin

Overview

Make subclasses preserve the alters_data attribute on overridden methods.

Meta

Source

server/vueda/vdq/models.py:367

_meta

queue_item

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:364

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