Skip to content

Commit 2b0b53f

Browse files
committed
add missing blog migration :)
1 parent 3b8b6b2 commit 2b0b53f

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# Generated by Django 3.0.8 on 2020-07-24 02:35
2+
3+
from django.db import migrations
4+
5+
6+
class Migration(migrations.Migration):
7+
8+
dependencies = [
9+
('blog', '0001_initial'),
10+
]
11+
12+
operations = [
13+
migrations.AlterModelOptions(
14+
name='poststatus',
15+
options={'ordering': ['-post__created']},
16+
),
17+
]

0 commit comments

Comments
 (0)