Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
edx-proctoring
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
edx
edx-proctoring
Commits
2e2cfddb
Commit
2e2cfddb
authored
Oct 09, 2015
by
chrisndodge
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #196 from edx/cdodge/add-default-sort
make sure default ordering is by reverse update field
parents
65db1f3e
36a7e782
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
+1
-0
edx_proctoring/admin.py
+1
-0
No files found.
edx_proctoring/admin.py
View file @
2e2cfddb
...
@@ -113,6 +113,7 @@ class ProctoredExamSoftwareSecureReviewAdmin(admin.ModelAdmin):
...
@@ -113,6 +113,7 @@ class ProctoredExamSoftwareSecureReviewAdmin(admin.ModelAdmin):
list_filter
=
[
ReviewListFilter
,
'review_status'
,
'exam__course_id'
,
'exam__exam_name'
]
list_filter
=
[
ReviewListFilter
,
'review_status'
,
'exam__course_id'
,
'exam__exam_name'
]
list_select_related
=
True
list_select_related
=
True
search_fields
=
[
'student__username'
,
'attempt_code'
]
search_fields
=
[
'student__username'
,
'attempt_code'
]
ordering
=
[
'-modified'
]
form
=
ProctoredExamSoftwareSecureReviewForm
form
=
ProctoredExamSoftwareSecureReviewForm
def
_get_exam_from_attempt_code
(
self
,
code
):
def
_get_exam_from_attempt_code
(
self
,
code
):
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment