merge migrations
This commit is contained in:
parent
71ec593ecf
commit
cc5249674d
14
apps/tag/migrations/0004_merge_20191021_1138.py
Normal file
14
apps/tag/migrations/0004_merge_20191021_1138.py
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
# Generated by Django 2.2.4 on 2019-10-21 11:38
|
||||
|
||||
from django.db import migrations
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('tag', '0003_auto_20191018_0758'),
|
||||
('tag', '0003_tag_priority'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
]
|
||||
Loading…
Reference in New Issue
Block a user