module documentation

Undocumented

Class ​Generic​Foreign​Key Provide a generic many-to-one relation through the content_type and object_id fields.
Class ​Generic​Relation Provide a reverse to a relation created by a GenericForeignKey.
Class ​Generic​Rel Used by GenericRelation to store information about the relation.
Class ​Reverse​Generic​Many​To​One​Descriptor 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.
def create_generic_related_manager(superclass, rel):
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.