Previous topic

stalker.core.models.ProjectMixin

Next topic

stalker.core.models.ScheduleMixin

This Page

stalker.core.models.ReferenceMixin

Inheritance diagram of stalker.core.models.ReferenceMixin

class stalker.core.models.ReferenceMixin(references=None, **kwargs)[source]

Bases: object

Adds reference capabilities to the mixed in class.

References are stalker.core.models.Entity instances or anything derived from it, which adds information to the attached objects. The aim of the References are generally to give more info to direct the evolution of the object.

Parameters:references (list of Entity objects.) – A list of Entity objects.
__init__(references=None, **kwargs)[source]

Methods

__init__(**kwargs[, references])
create_secondary_tables_for_references() creates any secondary table
classmethod create_secondary_tables_for_references()[source]

creates any secondary table