parent
670a1f485e
commit
815089685e
2 changed files with 18 additions and 0 deletions
@ -0,0 +1,17 @@ |
||||
# Generated by Django 2.0.2 on 2018-02-05 12:46 |
||||
|
||||
from django.db import migrations |
||||
|
||||
|
||||
class Migration(migrations.Migration): |
||||
|
||||
dependencies = [ |
||||
('content', '0002_auto_20180205_1212'), |
||||
] |
||||
|
||||
operations = [ |
||||
migrations.AlterModelOptions( |
||||
name='content', |
||||
options={'ordering': ('-created_at',), 'verbose_name': 'Контент', 'verbose_name_plural': 'Контент'}, |
||||
), |
||||
] |
||||
Loading…
Reference in new issue