gault-millau/apps/product/migrations/0020_merge_20191209_0911.py
2019-12-09 12:14:55 +03:00

15 lines
276 B
Python

# Generated by Django 2.2.7 on 2019-12-09 09:11
from django.db import migrations
class Migration(migrations.Migration):
dependencies = [
('product', '0019_auto_20191204_1420'),
('product', '0019_product_serial_number'),
]
operations = [
]