Skip to content
Snippets Groups Projects
Commit cfd1d81b authored by Ernesto Rico Schmidt's avatar Ernesto Rico Schmidt
Browse files

Migrate Language and Show models.

parent daf24fd1
No related branches found
No related tags found
No related merge requests found
# Generated by Django 3.2.14 on 2022-08-01 15:13
from django.db import migrations, models
class Migration(migrations.Migration):
dependencies = [
("program", "0027_show_internal_note"),
]
operations = [
migrations.AlterModelOptions(
name="language",
options={"ordering": ("name",)},
),
migrations.AlterField(
model_name="show",
name="language",
field=models.ManyToManyField(
blank=True, related_name="shows", to="program.Language"
),
),
]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment