refactor: update references to deprecated whitelist model

[MICROBA-1012]
- update python files to reference the allowlist instead of whitelist

As part of the Certificates v2 work, and in an effort to make the codebase more inclusive, we are moving away from using the term "whitelist" in favor of "allowlist". This PR is part of our renaming efforts across the Certificates Django app, and other Django apps that make use of Certificates functionality.
This commit is contained in:
Justin Hynes
2021-06-02 15:14:52 -04:00
parent 114fbeabdf
commit 6a0f57a266
12 changed files with 56 additions and 56 deletions

View File

@@ -485,8 +485,8 @@ def generate_certificates_for_students(request, course_key, student_set=None, sp
course_key : Course Key
student_set : Semantic for student collection for certificate generation.
Options are:
'all_whitelisted': All Whitelisted students.
'whitelisted_not_generated': Whitelisted students which does not got certificates yet.
'all_allowlisted': All students on the certificate allowlist.
'allowlisted_not_generated': Students on certificate allowlist who do not have certificates yet.
'specific_student': Single student for certificate generation.
specific_student_id : Student ID when student_set is 'specific_student'