ernestophone.ens.fr/partitions/migrations/0007_auto_20220118_1542.py
Maurice Debray 5062a1e84e linting
2022-02-05 16:18:00 +01:00

22 lines
569 B
Python

# Generated by Django 2.2.24 on 2022-01-18 14:42
import django.db.models.functions.text
from django.db import migrations
class Migration(migrations.Migration):
dependencies = [
("partitions", "0006_auto_20220118_1525"),
]
operations = [
migrations.AlterModelOptions(
name="partitionset",
options={
"ordering": ("category", django.db.models.functions.text.Lower("nom")),
"verbose_name": "Morceau",
"verbose_name_plural": "Morceaux",
},
),
]