Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Change Log
Unreleased
~~~~~~~~~~

*
* Rename toggle_warnings to toggle_warning for consistency with setting_warning.

[5.2.1]
~~~~~~~
Expand All @@ -26,7 +26,7 @@ Unreleased

* Added Support for Django4 and used djfernet instead of django-fernet-fields
* Removed Django22, 30 and 31 support
* Constrained "click" to 7.1.2 as edx-celeryutils constraints the version to this package
* Constrained "click" to 7.1.2 as edx-celeryutils constraints the version to this package


[4.1.1]
Expand Down
2 changes: 1 addition & 1 deletion event_routing_backends/processors/caliper/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
# .. toggle_description: Allow sending events to external servers via Caliper.
# Toggle intended both for gating initial release and for shutting off all
# Caliper events in case of emergency.
# .. toggle_warnings: Do not enable sending of Caliper events until there has
# .. toggle_warning: Do not enable sending of Caliper events until there has
# been a thorough review of PII implications and safeguards put in place to
# prevent accidental leakage of novel event fields to third parties. See
# ARCHBOM-1655 for details.
Expand Down
2 changes: 1 addition & 1 deletion event_routing_backends/processors/xapi/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
# .. toggle_description: Allow sending events to external servers via xAPI.
# Toggle intended both for gating initial release and for shutting off all
# xAPI events in case of emergency.
# .. toggle_warnings: Do not enable sending of xAPI events until there has
# .. toggle_warning: Do not enable sending of xAPI events until there has
# been a thorough review of PII implications and safeguards put in place to
# prevent accidental leakage of novel event fields to third parties. See
# ARCHBOM-1655 for details.
Expand Down