1
0
Fork 0
mirror of https://github.com/Findus23/acronomy.git synced 2024-09-19 15:33:45 +02:00

order migration

This commit is contained in:
Lukas Winkler 2020-07-08 22:04:29 +02:00
parent fc093c8879
commit 822d68df9a
Signed by: lukas
GPG key ID: 54DE4D798D244853

View file

@ -0,0 +1,17 @@
# Generated by Django 3.0.8 on 2020-07-08 20:04
from django.db import migrations
class Migration(migrations.Migration):
dependencies = [
('acros', '0035_acrooftheday_order'),
]
operations = [
migrations.AlterModelOptions(
name='acrooftheday',
options={'ordering': ['date', 'order']},
),
]