parent
c0d310881a
commit
aa7f280a00
2 changed files with 18 additions and 0 deletions
@ -0,0 +1,17 @@ |
||||
# Generated by Django 2.0.2 on 2018-02-06 06:32 |
||||
|
||||
from django.db import migrations |
||||
|
||||
|
||||
class Migration(migrations.Migration): |
||||
|
||||
dependencies = [ |
||||
('course', '0020_auto_20180202_1716'), |
||||
] |
||||
|
||||
operations = [ |
||||
migrations.AlterModelOptions( |
||||
name='category', |
||||
options={'ordering': ['title'], 'verbose_name': 'Категория', 'verbose_name_plural': 'Категории'}, |
||||
), |
||||
] |
||||
Loading…
Reference in new issue