Coverage for apis_core/apis_relations/migrations/0003_auto_20230123_1715.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-01-23 17:15
3from django.db import migrations
6class Migration(migrations.Migration):
7 dependencies = [
8 ("apis_relations", "0002_property_property_class_uri"),
9 ]
11 operations = [
12 migrations.AlterModelOptions(
13 name="property",
14 options={"verbose_name_plural": "Properties"},
15 ),
16 ]