mirror of
https://github.com/etnguyen03/tjdests.git
synced 2025-04-20 17:50:16 -04:00
style: reformat c10bd4a261
This commit is contained in:
parent
c10bd4a261
commit
8b1c5b2637
|
@ -6,12 +6,12 @@ from django.db import migrations
|
||||||
class Migration(migrations.Migration):
|
class Migration(migrations.Migration):
|
||||||
|
|
||||||
dependencies = [
|
dependencies = [
|
||||||
('destinations', '0009_alter_decision_admission_status'),
|
("destinations", "0009_alter_decision_admission_status"),
|
||||||
]
|
]
|
||||||
|
|
||||||
operations = [
|
operations = [
|
||||||
migrations.AlterModelOptions(
|
migrations.AlterModelOptions(
|
||||||
name='college',
|
name="college",
|
||||||
options={'ordering': ['name']},
|
options={"ordering": ["name"]},
|
||||||
),
|
),
|
||||||
]
|
]
|
||||||
|
|
Loading…
Reference in New Issue
Block a user