diff options
| author | Tim Graham <timograham@gmail.com> | 2018-11-20 10:09:45 -0500 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2018-11-20 10:15:58 -0500 |
| commit | 3529d0eabfa8a64c87921c5d003d3754a4f99a37 (patch) | |
| tree | 609c2f445406e1ed638192c87f5133190b98dcc4 /docs | |
| parent | cafb34963c1282e1ab79b34a5028b14107db57ed (diff) | |
Corrected docs and removed unused code for got_request_exception signal's sender argument.
Inaccurate since 7d1b69dbe7f72ac04d2513f0468fe2146231b286.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/ref/signals.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ref/signals.txt b/docs/ref/signals.txt index dc5bfd943b..67baca911e 100644 --- a/docs/ref/signals.txt +++ b/docs/ref/signals.txt @@ -547,7 +547,7 @@ This signal is sent whenever Django encounters an exception while processing an Arguments sent with this signal: ``sender`` - The handler class, as above. + Unused (always ``None``). ``request`` The :class:`~django.http.HttpRequest` object. |
