class documentation

class GenericRel(ForeignObjectRel):

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

Undocumented