Commit 36a7e782 by Chris Dodge

make sure default ordering is by reverse update field

parent 65db1f3e
......@@ -113,6 +113,7 @@ class ProctoredExamSoftwareSecureReviewAdmin(admin.ModelAdmin):
list_filter = [ReviewListFilter, 'review_status', 'exam__course_id', 'exam__exam_name']
list_select_related = True
search_fields = ['student__username', 'attempt_code']
ordering = ['-modified']
form = ProctoredExamSoftwareSecureReviewForm
def _get_exam_from_attempt_code(self, code):
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment