-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
added alphabetical ordering to models
- Loading branch information
Showing
10 changed files
with
20 additions
and
3 deletions.
There are no files selected for viewing
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
# Generated by Django 3.1.6 on 2021-09-07 15:16 | ||
|
||
from django.db import migrations | ||
|
||
|
||
class Migration(migrations.Migration): | ||
|
||
dependencies = [ | ||
('forum', '0022_auto_20210906_1444'), | ||
] | ||
|
||
operations = [ | ||
migrations.AlterModelOptions( | ||
name='assignment', | ||
options={'ordering': ['end_datetime', 'title']}, | ||
), | ||
] |
Binary file added
BIN
+575 Bytes
forum/migrations/__pycache__/0023_auto_20210907_1016.cpython-39.pyc
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file modified
BIN
+0 Bytes
(100%)
forum/views_folder/__pycache__/views_assignments.cpython-39.pyc
Binary file not shown.
Binary file modified
BIN
+21 Bytes
(100%)
forum/views_folder/__pycache__/views_courses.cpython-39.pyc
Binary file not shown.
Binary file modified
BIN
+11 Bytes
(100%)
forum/views_folder/__pycache__/views_modules.cpython-39.pyc
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters