summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/howto/error-reporting.txt6
-rw-r--r--docs/releases/5.2.txt3
2 files changed, 7 insertions, 2 deletions
diff --git a/docs/howto/error-reporting.txt b/docs/howto/error-reporting.txt
index 61450dfe7a..17ba14c35c 100644
--- a/docs/howto/error-reporting.txt
+++ b/docs/howto/error-reporting.txt
@@ -282,7 +282,11 @@ following attributes and methods:
import re
- re.compile(r"API|TOKEN|KEY|SECRET|PASS|SIGNATURE|HTTP_COOKIE", flags=re.IGNORECASE)
+ re.compile(r"API|AUTH|TOKEN|KEY|SECRET|PASS|SIGNATURE|HTTP_COOKIE", flags=re.IGNORECASE)
+
+ .. versionchanged:: 5.2
+
+ The term ``AUTH`` was added.
.. method:: is_active(request)
diff --git a/docs/releases/5.2.txt b/docs/releases/5.2.txt
index ba9a3dfd4c..b732e98c9f 100644
--- a/docs/releases/5.2.txt
+++ b/docs/releases/5.2.txt
@@ -150,7 +150,8 @@ Email
Error Reporting
~~~~~~~~~~~~~~~
-* ...
+* The attribute :attr:`.SafeExceptionReporterFilter.hidden_settings` now
+ treats values as sensitive if their name includes ``AUTH``.
File Storage
~~~~~~~~~~~~