mirror of
https://github.com/encode/django-rest-framework.git
synced 2025-01-24 08:14:16 +03:00
Merge pull request #1189 from jespino/patch-1
Remove the detail=None from APIException signature
This commit is contained in:
commit
2bea764710
|
@ -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.
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user