parent
a9ac86ea2b
commit
4b077759b4
1 changed files with 17 additions and 0 deletions
@ -0,0 +1,17 @@ |
|||||||
|
# Generated by Django 2.0.1 on 2018-01-30 12:48 |
||||||
|
|
||||||
|
from django.db import migrations |
||||||
|
|
||||||
|
|
||||||
|
class Migration(migrations.Migration): |
||||||
|
|
||||||
|
dependencies = [ |
||||||
|
('course', '0017_auto_20180130_0810'), |
||||||
|
] |
||||||
|
|
||||||
|
operations = [ |
||||||
|
migrations.AlterModelOptions( |
||||||
|
name='comment', |
||||||
|
options={'ordering': ('-created_at',)}, |
||||||
|
), |
||||||
|
] |
||||||
Loading…
Reference in new issue