Skip to content

Commit

Permalink
Merge pull request #915 from edx/ashultz0/rm-attempt-name-admin
Browse files Browse the repository at this point in the history
fix: remove student name reference from ProctoredExamStudentAttemptAdmin
  • Loading branch information
ashultz0 committed Jul 22, 2021
2 parents 455c512 + 75598aa commit 1cece68
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@ Change Log
Unreleased
~~~~~~~~~~

[3.20.6] - 2021-07-22
~~~~~~~~~~~~~~~~~~~~~
* Removed use of name field in proctored exam attempt admin.

[3.20.5] - 2021-07-21
~~~~~~~~~~~~~~~~~~~~~
* No changes, gets tag and internal version in sync
Expand Down
2 changes: 1 addition & 1 deletion edx_proctoring/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
"""

# Be sure to update the version number in edx_proctoring/package.json
__version__ = '3.20.5'
__version__ = '3.20.6'

default_app_config = 'edx_proctoring.apps.EdxProctoringConfig' # pylint: disable=invalid-name
1 change: 0 additions & 1 deletion edx_proctoring/admin.py
Original file line number Diff line number Diff line change
Expand Up @@ -433,7 +433,6 @@ class ProctoredExamStudentAttemptAdmin(admin.ModelAdmin):
'allowed_time_limit_mins',
'taking_as_proctored',
'is_sample_attempt',
'student_name',
'review_policy_id',
'is_status_acknowledged',
'time_remaining_seconds'
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@edx/edx-proctoring",
"//": "Note that the version format is slightly different than that of the Python version when using prereleases.",
"version": "3.20.5",
"version": "3.20.6",
"main": "edx_proctoring/static/index.js",
"scripts": {
"test": "gulp test"
Expand Down

0 comments on commit 1cece68

Please sign in to comment.