18 lines
357 B
Python
18 lines
357 B
Python
# Generated by Django 3.0.8 on 2020-10-23 14:29
|
|
|
|
from django.db import migrations
|
|
|
|
|
|
class Migration(migrations.Migration):
|
|
|
|
dependencies = [
|
|
('genericsource', '0009_srcauxdata_xcm'),
|
|
]
|
|
|
|
operations = [
|
|
migrations.AlterModelOptions(
|
|
name='sourcecomment',
|
|
options={'ordering': ['created']},
|
|
),
|
|
]
|