Class ReverseGenericManyToOneDescriptor

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

Declaration

class ReverseGenericManyToOneDescriptor(ReverseManyToOneDescriptor)
source link

Documentation

In the example::

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

``post.comments`` is a ReverseGenericManyToOneDescriptor instance.

Methods

Inherited methods