class documentation

class GenericRel(ForeignObjectRel): (source)

View In Hierarchy

Used by GenericRelation to store information about the relation.

Method __init__ Undocumented
def __init__(self, field, to, related_name=None, related_query_name=None, limit_choices_to=None): (source)

Undocumented