Class GenericForeignKey
Provide a generic many-to-one relation through the ``content_type`` and ``object_id`` fields.
Declaration
source linkDocumentation
This class also doubles as an accessor to the related object (similar to
ForwardManyToOneDescriptor) by adding itself as a model attribute.
Methods
▷ def __get__(self, instance, cls=None) ▷ def __init__(self, ct_field='content_type', fk_field='object_id', for_concrete_model=True) ▷ def __set__(self, instance, value) ▷ def check(self, **kwargs)