Previous topic

stalker.models.mixins.CodeMixin

Next topic

stalker.models.mixins.ReferenceMixin

This Page

stalker.models.mixins.ProjectMixin

Inheritance diagram of stalker.models.mixins.ProjectMixin

class stalker.models.mixins.ProjectMixin(project=None, **kwargs)[source]

Bases: object

Gives the ability to connect to a Project to the mixed in object.

Parameters:project (Project) – A Project instance holding the project which this object is related to. It can not be None, or anything other than a Project instance.
__init__(project=None, **kwargs)[source]

Methods

__init__([project])

Attributes

project_id Represents a column in a database table.