Django
1.0
▾ django
▸ __main__
▸ apps
▸ bin
▸ conf
▾ contrib
▸ admin
▸ admindocs
▸ auth
▾ contenttypes
▸ admin
▸ apps
▸ checks
▾ fields
class
GenericForeignKey
class
GenericRel
class
GenericRelation
class
ReverseGenericManyToOneDescriptor
▸ forms
▸ management
▸ migrations
▸ models
▸ views
▸ flatpages
▸ gis
▸ humanize
▸ messages
▸ postgres
▸ redirects
▸ sessions
▸ sitemaps
▸ sites
▸ staticfiles
▸ syndication
▸ core
▸ db
▸ dispatch
▸ forms
▸ http
▸ middleware
▸ shortcuts
▸ template
▸ templatetags
▸ test
▸ urls
▸ utils
▸ views
Module fields
django
.
contrib
.
contenttypes
.
fields
source
link
Classes
class
GenericForeignKey
Provide a generic many-to-one relation through the ``content_type`` and ``object_id`` fields.
class
GenericRel
Used by GenericRelation to store information about the relation.
class
GenericRelation
Provide a reverse to a relation created by a GenericForeignKey.
class
ReverseGenericManyToOneDescriptor
Accessor to the related objects manager on the one-to-many relation created by GenericRelation.
Functions
▷
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.
source
link
Generated by
nedoc
v0.9 at 2020-12-29 14:04