aboutsummaryrefslogtreecommitdiff
path: root/weblog/migrations/0009_merge_20190104_2123.py
blob: 5c8ba71ae07d6a56405c96c24ef02b5fa0fbd5d8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# Generated by Django 2.1.3 on 2019-01-04 19:23

from django.db import migrations


class Migration(migrations.Migration):

    dependencies = [
        ('weblog', '0008_auto_20180329_1316'),
        ('weblog', '0008_auto_20180531_0329'),
    ]

    operations = [
    ]