aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorTom Christie2013-10-21 01:26:45 -0700
committerTom Christie2013-10-21 01:26:45 -0700
commit2bea76471007f571db0463df2b2de18e9929b12f (patch)
tree1b804526368018dec8ef3b3b1b23dd8cefe8e40f /docs
parentc3aeb16557f2cbb1c1218b5af7bab646e4958234 (diff)
parented9c3258a6f9df6fabb569a65f3eb3363affa523 (diff)
downloaddjango-rest-framework-2bea76471007f571db0463df2b2de18e9929b12f.tar.bz2
Merge pull request #1189 from jespino/patch-1
Remove the detail=None from APIException signature
Diffstat (limited to 'docs')
-rw-r--r--docs/api-guide/exceptions.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/api-guide/exceptions.md b/docs/api-guide/exceptions.md
index 0c48783a..c46d415e 100644
--- a/docs/api-guide/exceptions.md
+++ b/docs/api-guide/exceptions.md
@@ -82,7 +82,7 @@ Note that the exception handler will only be called for responses generated by r
## APIException
-**Signature:** `APIException(detail=None)`
+**Signature:** `APIException()`
The **base class** for all exceptions raised inside REST framework.