30 lines
988 B
Python
30 lines
988 B
Python
# Generated by Django 3.2.20 on 2023-09-11 14:36
|
|
|
|
from django.conf import settings
|
|
from django.db import migrations
|
|
|
|
|
|
class Migration(migrations.Migration):
|
|
|
|
dependencies = [
|
|
('wagtailforms', '0005_alter_formsubmission_form_data'),
|
|
('wagtailcore', '0089_log_entry_data_json_null_to_object'),
|
|
('wagtailredirects', '0008_add_verbose_name_plural'),
|
|
migrations.swappable_dependency(settings.AUTH_USER_MODEL),
|
|
('course', '0004_auto_20230823_1744'),
|
|
('duedate', '0004_alter_duedate_start'),
|
|
('contenttypes', '0002_remove_content_type_name'),
|
|
('competence', '0003_competencecertificate_competencecertificatelist_competencenavipage'),
|
|
]
|
|
|
|
operations = [
|
|
migrations.RenameModel(
|
|
old_name='CompetencePage',
|
|
new_name='ActionCompetence',
|
|
),
|
|
migrations.RenameModel(
|
|
old_name='CompetenceProfilePage',
|
|
new_name='ActionCompetenceListPage',
|
|
),
|
|
]
|