Merge pull request #1189 from jespino/patch-1

Remove the detail=None from APIException signature
This commit is contained in:
Tom Christie 2013-10-21 01:26:45 -07:00
commit 2bea764710

View File

@ -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.