add merge migrations
This commit is contained in:
parent
387f96b8bf
commit
bc1a9ac496
14
apps/tag/migrations/0019_merge_20200114_0756.py
Normal file
14
apps/tag/migrations/0019_merge_20200114_0756.py
Normal 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 = [
|
||||||
|
]
|
||||||
Loading…
Reference in New Issue
Block a user