refactor: rename toggle_warnings to toggle_warning (#30458)
Rename toggle_warnings to toggle_warning for consistency with setting_warning.
This commit is contained in:
@@ -54,7 +54,7 @@ User = get_user_model() # pylint:disable=invalid-name
|
||||
# .. toggle_implementation: WaffleSwitch
|
||||
# .. toggle_default: False
|
||||
# .. toggle_description: This toggle will enable the rendering of the admin view of the CourseEnrollment model.
|
||||
# .. toggle_warnings: Enabling this toggle may cause performance problems. The CourseEnrollment admin view
|
||||
# .. toggle_warning: Enabling this toggle may cause performance problems. The CourseEnrollment admin view
|
||||
# makes DB queries that could cause site outages for a large enough Open edX installation.
|
||||
# .. toggle_use_cases: opt_in, open_edx
|
||||
# .. toggle_creation_date: 2018-08-01
|
||||
|
||||
Reference in New Issue
Block a user