add partitions to admin
This commit is contained in:
parent
343eaeb72e
commit
50f888a07c
1 changed files with 18 additions and 0 deletions
18
partitions/migrations/0006_auto_20220118_1525.py
Normal file
18
partitions/migrations/0006_auto_20220118_1525.py
Normal file
|
@ -0,0 +1,18 @@
|
|||
# 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'},
|
||||
),
|
||||
]
|
Loading…
Reference in a new issue