aboutsummaryrefslogtreecommitdiffstats
path: root/docs/api-guide/settings.md
diff options
context:
space:
mode:
authorJosé Padilla2014-12-14 10:16:52 -0400
committerJosé Padilla2014-12-14 10:16:52 -0400
commit478c8d724b846b370c897548f8ee89f1128e12c9 (patch)
tree76a3e8c0ed463658dd8b9074ac19a205637a7420 /docs/api-guide/settings.md
parent3f85b476fa2ddb8a205c03cea6684fca257dbd02 (diff)
downloaddjango-rest-framework-478c8d724b846b370c897548f8ee89f1128e12c9.tar.bz2
Update docs
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 9005511b..2c4f8423 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.