Coverage for apis_core / collections / migrations / 0002_alter_skoscollection_options.py: 100%
4 statements
« prev ^ index » next coverage.py v7.13.5, created at 2026-03-30 14:27 +0000
« prev ^ index » next coverage.py v7.13.5, created at 2026-03-30 14:27 +0000
1# Generated by Django 4.2.9 on 2024-01-26 07:57
3from django.db import migrations
6class Migration(migrations.Migration):
7 dependencies = [
8 ("collections", "0001_initial"),
9 ]
11 operations = [
12 migrations.AlterModelOptions(
13 name="skoscollection",
14 options={"ordering": ["name"]},
15 ),
16 ]