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