Class GenericForeignKey

Provide a generic many-to-one relation through the ``content_type`` and ``object_id`` fields.

Declaration

class GenericForeignKey(FieldCacheMixin)
source link

Documentation

This class also doubles as an accessor to the related object (similar to
ForwardManyToOneDescriptor) by adding itself as a model attribute.

Methods

Inherited methods

Reexports