Clarify many feature toggle annotations across all applications

This commit is contained in:
Régis Behmo
2020-09-14 11:21:34 +02:00
parent fee9279e6c
commit a4ba4ae45e
24 changed files with 105 additions and 215 deletions

View File

@@ -25,12 +25,8 @@ class CourseDurationLimitConfig(StackedConfigurationModel):
.. toggle_description: When enabled, users will have a limited time to complete and audit the course. The exact
duration is given by the "weeks_to_complete" course detail. When enabled, it is necessary to also define the
"enabled_as_of" flag: only enrollments created after this date will be affected.
.. toggle_category: ?
.. toggle_use_cases: ?
.. toggle_use_cases: opt_in
.. toggle_creation_date: 2018-11-02
.. toggle_target_removal_date: None
.. toggle_warnings: None
.. toggle_tickets: None
"""
STACKABLE_FIELDS = ('enabled', 'enabled_as_of')