tcms.core.migrations.0001_squashed module

class tcms.core.migrations.0001_squashed.Migration(name, app_label)[source]

Bases: Migration

dependencies = [('sites', '0001_initial')]
initial = True
operations = [<RunPython  code=<function forwards_add_initial_data>, reverse_code=<function reverse_remove_initial_data>>, <RunPython  code=<function forwards_add_default_perms>, reverse_code=<function reverse_remove_default_perms>>]
tcms.core.migrations.0001_squashed.forwards_add_default_perms(apps, schema_editor)[source]
tcms.core.migrations.0001_squashed.forwards_add_initial_data(apps, schema_editor)[source]
tcms.core.migrations.0001_squashed.reverse_remove_default_perms(apps, schema_editor)[source]
tcms.core.migrations.0001_squashed.reverse_remove_initial_data(apps, schema_editor)[source]