add merge migrations

This commit is contained in:
Dmitriy Kuzmenko 2020-01-14 10:56:49 +03:00
parent 387f96b8bf
commit bc1a9ac496

View File

@ -0,0 +1,14 @@
# Generated by Django 2.2.7 on 2020-01-14 07:56
from django.db import migrations
class Migration(migrations.Migration):
dependencies = [
('tag', '0018_auto_20200113_1357'),
('tag', '0018_chosentag'),
]
operations = [
]