ARLO Nester
Static Public Attributes | List of all members
workspace.tools.migrations.0003_project_notes.Migration Class Reference
Inheritance diagram for workspace.tools.migrations.0003_project_notes.Migration:
Inheritance graph
[legend]
Collaboration diagram for workspace.tools.migrations.0003_project_notes.Migration:
Collaboration graph
[legend]

Static Public Attributes

list dependencies
 
list operations
 

Member Data Documentation

list workspace.tools.migrations.0003_project_notes.Migration.dependencies
static
Initial value:
1 = [
2  ('tools', '0002_weka_jobtype'),
3  ]
list workspace.tools.migrations.0003_project_notes.Migration.operations
static
Initial value:
1 = [
2  migrations.AddField(
3  model_name='project',
4  name='notes',
5  field=models.TextField(default=None, null=True, verbose_name=b'Notes'),
6  ),
7  ]

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