ARLO Nester
Public Member Functions | Static Public Attributes | List of all members
workspace.tools.models.TagClass Class Reference
Inheritance diagram for workspace.tools.models.TagClass:
Inheritance graph
[legend]
Collaboration diagram for workspace.tools.models.TagClass:
Collaboration graph
[legend]

Public Member Functions

def __str__ (self)
 

Static Public Attributes

tuple user = models.ForeignKey('auth.User')
 
tuple project = models.ForeignKey(Project)
 
tuple className = models.CharField(max_length=255)
 
tuple displayName = models.CharField(max_length=255, null=True)
 

Member Function Documentation

def workspace.tools.models.TagClass.__str__ (   self)

Member Data Documentation

tuple workspace.tools.models.TagClass.className = models.CharField(max_length=255)
static
tuple workspace.tools.models.TagClass.displayName = models.CharField(max_length=255, null=True)
static
tuple workspace.tools.models.TagClass.project = models.ForeignKey(Project)
static
tuple workspace.tools.models.TagClass.user = models.ForeignKey('auth.User')
static

The documentation for this class was generated from the following file: