From 1ca24ee71c469a2bb343a4a9071bf92b576abd1c Mon Sep 17 00:00:00 2001 From: Feanil Patel Date: Fri, 17 Oct 2025 13:22:31 -0400 Subject: [PATCH] docs: Add a link to future cleanup ticket. Co-authored-by: Kyle McCormick --- .../contentstore/rest_api/v1/serializers/course_waffle_flags.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/cms/djangoapps/contentstore/rest_api/v1/serializers/course_waffle_flags.py b/cms/djangoapps/contentstore/rest_api/v1/serializers/course_waffle_flags.py index b3a833129f..f3caa6daeb 100644 --- a/cms/djangoapps/contentstore/rest_api/v1/serializers/course_waffle_flags.py +++ b/cms/djangoapps/contentstore/rest_api/v1/serializers/course_waffle_flags.py @@ -45,6 +45,8 @@ class CourseWaffleFlagsSerializer(serializers.Serializer): This used to be based on a waffle flag but the flag is being removed so we default it to true for now until we can remove the need for it from the consumers of this serializer and the related APIs. + + See https://github.com/openedx/edx-platform/issues/37497 """ return True