mirror of
https://github.com/Damillora/Altessimo
synced 2024-11-22 13:57:31 +00:00
18 lines
381 B
Python
18 lines
381 B
Python
|
# Generated by Django 3.1.4 on 2020-12-17 08:12
|
||
|
|
||
|
from django.db import migrations
|
||
|
|
||
|
|
||
|
class Migration(migrations.Migration):
|
||
|
|
||
|
dependencies = [
|
||
|
('songs', '0003_auto_20201216_1925'),
|
||
|
]
|
||
|
|
||
|
operations = [
|
||
|
migrations.AlterModelOptions(
|
||
|
name='song',
|
||
|
options={'ordering': ['-branch__acronym', 'romanized_title', 'title']},
|
||
|
),
|
||
|
]
|