1
0
mirror of https://gitlab.crans.org/mediatek/med.git synced 2025-06-21 23:18:23 +02:00

Fix synthax

This commit is contained in:
Yohann D'ANELLO
2020-05-21 17:07:50 +02:00
parent 82efeba272
commit 001f40a033
5 changed files with 35 additions and 12 deletions

View File

@ -0,0 +1,17 @@
# Generated by Django 2.2.10 on 2020-05-21 14:59
from django.db import migrations
class Migration(migrations.Migration):
dependencies = [
('media', '0028_manga'),
]
operations = [
migrations.AlterModelOptions(
name='manga',
options={'ordering': ['title', 'subtitle'], 'verbose_name': 'manga', 'verbose_name_plural': 'mangas'},
),
]