mirror of
https://github.com/etnguyen03/tjdests.git
synced 2025-04-21 02:00: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):
|
||||
|
||||
dependencies = [
|
||||
('destinations', '0009_alter_decision_admission_status'),
|
||||
("destinations", "0009_alter_decision_admission_status"),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.AlterModelOptions(
|
||||
name='college',
|
||||
options={'ordering': ['name']},
|
||||
name="college",
|
||||
options={"ordering": ["name"]},
|
||||
),
|
||||
]
|
||||
|
|
Loading…
Reference in New Issue
Block a user