mirror of
https://github.com/etnguyen03/tjdests.git
synced 2025-04-20 17:50:16 -04:00
parent
a29abe4803
commit
8ed87dd89d
|
@ -0,0 +1,17 @@
|
||||||
|
# Generated by Django 3.2.9 on 2021-11-09 20:53
|
||||||
|
|
||||||
|
from django.db import migrations
|
||||||
|
|
||||||
|
|
||||||
|
class Migration(migrations.Migration):
|
||||||
|
|
||||||
|
dependencies = [
|
||||||
|
("destinations", "0011_auto_20210423_2357"),
|
||||||
|
]
|
||||||
|
|
||||||
|
operations = [
|
||||||
|
migrations.AlterModelOptions(
|
||||||
|
name="decision",
|
||||||
|
options={"ordering": ["admission_status", "college"]},
|
||||||
|
),
|
||||||
|
]
|
Loading…
Reference in New Issue
Block a user