Merge pull request #25527 from open-craft/nizar/squash_waffle_flag_warning
Squashes CourseWaffleFlag waffle_utils.WaffleFlag deprecation warning
This commit is contained in:
@@ -121,7 +121,7 @@ class WaffleFlag(BaseWaffleFlag):
|
||||
yield
|
||||
|
||||
|
||||
class CourseWaffleFlag(WaffleFlag):
|
||||
class CourseWaffleFlag(BaseWaffleFlag):
|
||||
"""
|
||||
Represents a single waffle flag that can be forced on/off for a course. This class should be used instead of
|
||||
WaffleFlag when in the context of a course.
|
||||
|
||||
Reference in New Issue
Block a user