diff options
| author | Tom Christie | 2012-10-17 15:41:57 +0100 | 
|---|---|---|
| committer | Tom Christie | 2012-10-17 15:41:57 +0100 | 
| commit | cab4a2a5ad17545ac435785bf55b0b3a6c8f932c (patch) | |
| tree | 9f7ede0e3a81e65ba952b068b00d49b6764e0adc /docs/api-guide/exceptions.md | |
| parent | b5daa40852fb5936e6cddb31ecda5c4b40175cd4 (diff) | |
| download | django-rest-framework-cab4a2a5ad17545ac435785bf55b0b3a6c8f932c.tar.bz2 | |
Split up doc sections more cleanly
Diffstat (limited to 'docs/api-guide/exceptions.md')
| -rw-r--r-- | docs/api-guide/exceptions.md | 4 | 
1 files changed, 4 insertions, 0 deletions
| diff --git a/docs/api-guide/exceptions.md b/docs/api-guide/exceptions.md index c3bdb7b9..33cf1ca8 100644 --- a/docs/api-guide/exceptions.md +++ b/docs/api-guide/exceptions.md @@ -33,6 +33,10 @@ Might recieve an error response indicating that the `DELETE` method is not allow      {"detail": "Method 'DELETE' not allowed."} +--- + +# API Reference +  ## APIException  **Signature:** `APIException(detail=None)` | 
