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

Static Public Attributes

list dependencies
 
list operations
 

Member Data Documentation

list workspace.tools.migrations.0009_remove_mediafile_absolutepath.Migration.dependencies
static
Initial value:
1 = [
2  ('tools', '0008_validateLibrary_jobtype'),
3  ]
list workspace.tools.migrations.0009_remove_mediafile_absolutepath.Migration.operations
static
Initial value:
1 = [
2  migrations.RemoveField(
3  model_name='mediafile',
4  name='absoluteFilePath',
5  ),
6  migrations.AlterField(
7  model_name='mediafile',
8  name='relativeFilePath',
9  field=models.CharField(default='', max_length=1024, verbose_name=b'relativeFilePath'),
10  preserve_default=False,
11  ),
12  ]

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