class documentation

class ReverseGenericManyToOneDescriptor(ReverseManyToOneDescriptor): (source)

View In Hierarchy

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.

Property related_manager_cls Undocumented
@cached_property
related_manager_cls = (source)

Undocumented