18 lines
485 B
Python
18 lines
485 B
Python
# Generated by Django 2.2.24 on 2022-01-18 14:25
|
|
|
|
from django.db import migrations
|
|
import django.db.models.functions.text
|
|
|
|
|
|
class Migration(migrations.Migration):
|
|
|
|
dependencies = [
|
|
('partitions', '0005_setlist'),
|
|
]
|
|
|
|
operations = [
|
|
migrations.AlterModelOptions(
|
|
name='partition',
|
|
options={'ordering': (django.db.models.functions.text.Lower('nom'),), 'verbose_name': 'Partition', 'verbose_name_plural': 'Partitions'},
|
|
),
|
|
]
|