ernestophone.ens.fr/partitions/migrations/0006_auto_20220118_1525.py

23 lines
548 B
Python
Raw Normal View History

2022-01-18 15:36:19 +01:00
# Generated by Django 2.2.24 on 2022-01-18 14:25
import django.db.models.functions.text
2022-02-05 16:18:00 +01:00
from django.db import migrations
2022-01-18 15:36:19 +01:00
class Migration(migrations.Migration):
dependencies = [
2022-02-05 16:18:00 +01:00
("partitions", "0005_setlist"),
2022-01-18 15:36:19 +01:00
]
operations = [
migrations.AlterModelOptions(
2022-02-05 16:18:00 +01:00
name="partition",
options={
"ordering": (django.db.models.functions.text.Lower("nom"),),
"verbose_name": "Partition",
"verbose_name_plural": "Partitions",
},
2022-01-18 15:36:19 +01:00
),
]