mirror of
https://github.com/QingdaoU/OnlineJudge.git
synced 2025-11-04 14:49:58 +08:00
[Add] Order by Display ID
This commit is contained in:
parent
5721a65a93
commit
2542b006cc
17
problem/migrations/0015_auto_20200419_0613.py
Normal file
17
problem/migrations/0015_auto_20200419_0613.py
Normal file
@ -0,0 +1,17 @@
|
||||
# Generated by Django 2.1.7 on 2020-04-19 06:13
|
||||
|
||||
from django.db import migrations
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('problem', '0014_problem_share_submission'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.AlterModelOptions(
|
||||
name='problem',
|
||||
options={'ordering': ('_id',)},
|
||||
),
|
||||
]
|
||||
Loading…
Reference in New Issue
Block a user