django-contentrelations 0.3.1 documentation
IntegerField
Part of the generic relation for the resource this slide is augmenting.
ForeignKey (django.contrib.contenttypes.models.ContentType)
Part of the generic relation for the resource this slide is augmenting.
GenericForeginKey
Part of the generic relation for the resource this slide is augmenting.
CharField (50)
An override of the content_object‘s resource type. Choices are displayed if specified in RESOURCE_TYPE_CHOICES. It will use the content_object‘s mapped resource type if blank.
CharField (100)
An override of the title of the content_object. It will use the content_object‘s mapped title if blank.
TextField
An override of the description of the content_object. It will use the content_object‘s mapped description if blank.
FileField
An override of the key image of the content_object. It will use the content_object‘s mapped key image if blank.
Read only IntegerField
Automatically set to the width of key_image_custom image when uploaded.
Read only IntegerField
Automatically set to the height of key_image_custom image when uploaded.
ForeignKey ( KEY_IMAGE_MODEL )
An override of the key image of the content_object using a related model as defined in KEY_IMAGE_MODEL. It will use the content_object‘s mapped key image if blank.
CharField (255)
An override of the credit of the content_object. It will use the content_object‘s mapped credit if blank.
CharField (255)
An override of the URL of the content_object. It will use the content_object‘s mapped URL if blank.
CharField (255)
An override of the citation of the content_object. It will use the content_object‘s mapped citation if blank.
TextField
An override of the notes of the content_object. It will use the content_object‘s mapped notes if blank.
CharField (255)
An override of the internal_ref of the content_object. It will use the content_object‘s mapped internal_ref if blank.