aboutsummaryrefslogtreecommitdiffstats
path: root/docs/api-guide/settings.md
diff options
context:
space:
mode:
authorTom Christie2014-12-15 09:19:53 +0000
committerTom Christie2014-12-15 09:19:53 +0000
commitd232c5739e13da1c3e0461c79e9e124f576f1c05 (patch)
treebb977c3dfb0c92f044889ee3c8454630a8b91dd5 /docs/api-guide/settings.md
parent4778463e32550f3bf9aa350925b1260343bced99 (diff)
parent4ebd8770b94ecb8fe8fb41fe8daa4309b33b9952 (diff)
downloaddjango-rest-framework-d232c5739e13da1c3e0461c79e9e124f576f1c05.tar.bz2
Merge branch 'exception-handler-context' of git://github.com/jpadilla/django-rest-framework into version-3.1
Diffstat (limited to 'docs/api-guide/settings.md')
-rw-r--r--docs/api-guide/settings.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/api-guide/settings.md b/docs/api-guide/settings.md
index 623d89fb..9efeda7f 100644
--- a/docs/api-guide/settings.md
+++ b/docs/api-guide/settings.md
@@ -393,7 +393,7 @@ This setting can be changed to support error responses other than the default `{
This should be a function with the following signature:
- exception_handler(exc)
+ exception_handler(exc, context)
* `exc`: The exception.