tuple workspace.tools.models.JobResultFile.creationDate = models.DateTimeField(verbose_name='File Creation Date', null=False, default=datetime.datetime.now) |
|
static |
tuple workspace.tools.models.JobResultFile.job = models.ForeignKey('Jobs') |
|
static |
tuple workspace.tools.models.JobResultFile.notes = models.TextField(verbose_name='Notes', null=True) |
|
static |
tuple workspace.tools.models.JobResultFile.uploadAuthorizationNonce = models.CharField(max_length=255,null=True) |
|
static |
The documentation for this class was generated from the following file: