.
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
# Generated by Django 3.1.3 on 2021-02-14 23:01
|
||||
|
||||
from django.db import migrations
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('longs', '0015_auto_20210214_2028'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.AlterModelOptions(
|
||||
name='longseriesimage',
|
||||
options={'ordering': ['position']},
|
||||
),
|
||||
]
|
||||
Reference in New Issue
Block a user