diff options
| author | Vlastimil Zíma <vlastimil.zima@nic.cz> | 2015-07-09 17:27:07 +0200 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2015-07-13 19:22:39 -0400 |
| commit | 8f8c54f70bfa3aa8e311514297f1eeded2c32593 (patch) | |
| tree | 72eae0d9d26837e4cd43668b3e79b63b4c5ae129 /docs/howto/error-reporting.txt | |
| parent | 6bdd3840be63582531c3125a26cd00294e6f8346 (diff) | |
Fixed #25099 -- Cleaned up HttpRequest representations in error reporting.
Diffstat (limited to 'docs/howto/error-reporting.txt')
| -rw-r--r-- | docs/howto/error-reporting.txt | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/docs/howto/error-reporting.txt b/docs/howto/error-reporting.txt index e71419ba37..afa6da0ff6 100644 --- a/docs/howto/error-reporting.txt +++ b/docs/howto/error-reporting.txt @@ -255,13 +255,6 @@ following methods: Returns ``True`` to activate the filtering operated in the other methods. By default the filter is active if :setting:`DEBUG` is ``False``. -.. method:: SafeExceptionReporterFilter.get_request_repr(request) - - Returns the representation string of the request object, that is, the - value that would be returned by ``repr(request)``, except it uses the - filtered dictionary of POST parameters as determined by - :meth:`SafeExceptionReporterFilter.get_post_parameters`. - .. method:: SafeExceptionReporterFilter.get_post_parameters(request) Returns the filtered dictionary of POST parameters. By default it replaces |
