Commit 2bea7647 by Tom Christie

Merge pull request #1189 from jespino/patch-1

Remove the detail=None from APIException signature
parents c3aeb165 ed9c3258
......@@ -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.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment