Coverage for apis_core/apis_metainfo/migrations/0004_auto_20230310_0804.py: 100%
4 statements
« prev ^ index » next coverage.py v7.6.4, created at 2024-11-22 07:51 +0000
« prev ^ index » next coverage.py v7.6.4, created at 2024-11-22 07:51 +0000
1# Generated by Django 3.1.14 on 2023-03-10 08:04
3from django.db import migrations
6class Migration(migrations.Migration):
7 dependencies = [
8 ("apis_metainfo", "0003_auto_20220218_1530"),
9 ]
11 operations = [
12 migrations.RenameField(
13 model_name="rootobject",
14 old_name="self_content_type",
15 new_name="self_contenttype",
16 ),
17 ]