diff options
| author | Jacob Walls <jacobtylerwalls@gmail.com> | 2025-09-05 13:49:08 -0400 |
|---|---|---|
| committer | nessita <124304+nessita@users.noreply.github.com> | 2025-09-17 15:17:05 -0300 |
| commit | 00a84fc6f3bb8cca15113e4d41e710123d182b4a (patch) | |
| tree | 09d8a81acf0c768be984e92de5f3f1206630a266 /docs/howto/error-reporting.txt | |
| parent | 1db79d8acf20c38aaf52e8e7c57f43c0e6501bb9 (diff) | |
Removed versionadded/changed annotations for 5.2.
Diffstat (limited to 'docs/howto/error-reporting.txt')
| -rw-r--r-- | docs/howto/error-reporting.txt | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/docs/howto/error-reporting.txt b/docs/howto/error-reporting.txt index 7670c3cac9..96d307f34f 100644 --- a/docs/howto/error-reporting.txt +++ b/docs/howto/error-reporting.txt @@ -285,10 +285,6 @@ following attributes and methods: 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) Returns ``True`` to activate the filtering in |
