18 lines
506 B
Python
18 lines
506 B
Python
# Generated by Django 2.2.24 on 2022-01-18 14:42
|
|
|
|
from django.db import migrations
|
|
import django.db.models.functions.text
|
|
|
|
|
|
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'},
|
|
),
|
|
]
|