mirror of
https://github.com/mediacms-io/mediacms.git
synced 2025-12-25 12:52:30 -05:00
25 lines
786 B
Python
25 lines
786 B
Python
# Generated by Django 5.2.6 on 2025-12-16 14:05
|
|
|
|
from django.db import migrations
|
|
|
|
|
|
class Migration(migrations.Migration):
|
|
dependencies = [
|
|
('files', '0013_page_tinymcemedia'),
|
|
]
|
|
|
|
operations = [
|
|
migrations.AlterModelOptions(
|
|
name='subtitle',
|
|
options={'ordering': ['language__title'], 'verbose_name': 'Caption', 'verbose_name_plural': 'Captions'},
|
|
),
|
|
migrations.AlterModelOptions(
|
|
name='transcriptionrequest',
|
|
options={'verbose_name': 'Caption Request', 'verbose_name_plural': 'Caption Requests'},
|
|
),
|
|
migrations.AlterModelOptions(
|
|
name='videotrimrequest',
|
|
options={'verbose_name': 'Trim Request', 'verbose_name_plural': 'Trim Requests'},
|
|
),
|
|
]
|