Undocumented
Class | GenericForeignKey |
Provide a generic many-to-one relation through the content_type and object_id fields. |
Class | GenericRelation |
Provide a reverse to a relation created by a GenericForeignKey. |
Class | GenericRel |
Used by GenericRelation to store information about the relation. |
Class | ReverseGenericManyToOneDescriptor |
Accessor to the related objects manager on the one-to-many relation created by GenericRelation. |
Function | create_generic_related_manager |
Factory function to create a manager that subclasses another manager (generally the default manager of a given model) and adds behaviors specific to generic relations. |