django-contentrelations 1.1 documentation
Enter search terms or a module, class or function name.
IntegerField
The id of the source object. Part of a generic relation to the source object.
ForeignKey (django.contrib.contenttypes.models.ContentType)
The ContentType of the source object. Part of the generic relation to the source object.
GenericForeignKey
The source object as defined by the source_id and source_type.
IntegerField
The id of the related object. Part of a generic relation to the related object.
ForeignKey (django.contrib.contenttypes.models.ContentType)
The ContentType of the related object. Part of the generic relation to the related object.
GenericForeignKey
The related object as defined by the object_id and object_type.
IntegerField
Currently unused, but hopefully will be used to allow multiple types of resource relationships in a future version.
CharField (255)
This is a free-form field for specifying how the related object is linked to the source object.
IntegerField
Allows for establishing an order to the related objects.
© Copyright 2012, Calloway Project. Created using Sphinx 1.1.3.