added merge migrations
This commit is contained in:
parent
83a3444c95
commit
94f7bda03a
14
apps/tag/migrations/0012_merge_20191112_1552.py
Normal file
14
apps/tag/migrations/0012_merge_20191112_1552.py
Normal file
|
|
@ -0,0 +1,14 @@
|
||||||
|
# Generated by Django 2.2.7 on 2019-11-12 15:52
|
||||||
|
|
||||||
|
from django.db import migrations
|
||||||
|
|
||||||
|
|
||||||
|
class Migration(migrations.Migration):
|
||||||
|
|
||||||
|
dependencies = [
|
||||||
|
('tag', '0011_auto_20191112_1203'),
|
||||||
|
('tag', '0011_auto_20191112_1525'),
|
||||||
|
]
|
||||||
|
|
||||||
|
operations = [
|
||||||
|
]
|
||||||
Loading…
Reference in New Issue
Block a user