blob: c6e5d6c5d00ca26237ac0c5dac3c1a826d3538a9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
# Generated by Django 2.1.7 on 2019-09-17 17:03
from django.db import migrations
class Migration(migrations.Migration):
dependencies = [
('contenttypes', '0002_remove_content_type_name'),
('jrnl', '0043_auto_20190704_0903'),
]
operations = [
migrations.RenameModel(
old_name='RelatedPost',
new_name='OldRelatedPost',
),
]
|