heliport.documentation.migrations package
Submodules
heliport.documentation.migrations.0001_initial module
- class heliport.documentation.migrations.0001_initial.Migration(name, app_label)
Bases:
Migration
- dependencies = [('core', '0001_initial')]
- initial = True
- operations = [<CreateModel name='Documentation', fields=[('digitalobject_ptr', <django.db.models.fields.related.OneToOneField>), ('documentation_id', <django.db.models.fields.AutoField>), ('system', <django.db.models.fields.IntegerField>), ('link', <django.db.models.fields.CharField>)], bases=('core.digitalobject',)>]
heliport.documentation.migrations.0002_remove_documentation_link module
- class heliport.documentation.migrations.0002_remove_documentation_link.Migration(name, app_label)
Bases:
Migration
- dependencies = [('documentation', '0001_initial'), ('core', '0017_digitalobjectrelation_is_public_and_more')]
- operations = [<AlterField model_name='documentation', name='link', field=<django.db.models.fields.CharField>>, <RunPython <function make_link_attribute>, <function make_link_db_field>>, <RemoveField model_name='documentation', name='link'>]
- heliport.documentation.migrations.0002_remove_documentation_link.make_link_attribute(apps, schema_editor)
- heliport.documentation.migrations.0002_remove_documentation_link.make_link_db_field(apps, schema_editor)