From 3f88a41dd2719da535941f06a12bff1dd8aa43dc Mon Sep 17 00:00:00 2001 From: Tarun Tak Date: Tue, 16 Jun 2026 10:25:34 +0000 Subject: [PATCH 1/2] feat: updated setting toggle --- .../community/release_notes/willow/dev_op_release_notes.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/source/community/release_notes/willow/dev_op_release_notes.rst b/source/community/release_notes/willow/dev_op_release_notes.rst index f09f2eeb6..50147e90a 100644 --- a/source/community/release_notes/willow/dev_op_release_notes.rst +++ b/source/community/release_notes/willow/dev_op_release_notes.rst @@ -33,6 +33,11 @@ Administrators & Operators Settings and Toggles ******************** +- **+REDACT_CERTIFICATES_HISTORICAL_PII**: `lms/djangoapps/certificates/config.py `_ + - Default value = ``False`` + - Description: Clears the ``name`` field in the `django-simple-history` audit table for retiring users\' certificate records. + + Developer Experience ******************** From 0454369db7a4cd211b4b44ba94e0f06656050a94 Mon Sep 17 00:00:00 2001 From: Tarun Tak Date: Tue, 16 Jun 2026 13:22:53 +0000 Subject: [PATCH 2/2] fix: updated styling --- .../community/release_notes/willow/dev_op_release_notes.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/source/community/release_notes/willow/dev_op_release_notes.rst b/source/community/release_notes/willow/dev_op_release_notes.rst index 50147e90a..951dcdfa9 100644 --- a/source/community/release_notes/willow/dev_op_release_notes.rst +++ b/source/community/release_notes/willow/dev_op_release_notes.rst @@ -33,9 +33,9 @@ Administrators & Operators Settings and Toggles ******************** -- **+REDACT_CERTIFICATES_HISTORICAL_PII**: `lms/djangoapps/certificates/config.py `_ - - Default value = ``False`` - - Description: Clears the ``name`` field in the `django-simple-history` audit table for retiring users\' certificate records. +* **+REDACT_CERTIFICATES_HISTORICAL_PII**: `lms/djangoapps/certificates/config.py (line 25) `_ + * Default value = ``False`` + * Description: Clears the ``name`` field in the `django-simple-history` audit table for retiring users\' certificate records. Developer Experience