Coverage for vendor / migrations / 0004_merge_20180103_1328.py: 100%
4 statements
« prev ^ index » next coverage.py v7.13.5, created at 2026-03-24 12:43 +0000
« prev ^ index » next coverage.py v7.13.5, created at 2026-03-24 12:43 +0000
1# Generated by Django 1.11.9 on 2018-01-03 13:28
3from django.db import migrations
6class Migration(migrations.Migration):
8 dependencies = [
9 ("vendor", "0003_auto_20180103_1241"),
10 ("vendor", "0003_auto_20171214_0932"),
11 ]
13 operations = []