| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2015-01-19 | Merge master | Tom Christie | |
| 2015-01-06 | Update exception docs. Closes #2378. | Tom Christie | |
| 2014-12-17 | More docs, plus 'ALLOWED_VERSIONS' setting. | Tom Christie | |
| 2014-12-14 | Update docs | José Padilla | |
| 2014-11-25 | Merge master | Tom Christie | |
| 2014-11-25 | Use MkDocs meta.source to render source code links | José Padilla | |
| 2014-11-25 | Docs on ValidationError | Tom Christie | |
| 2014-11-25 | request.DATA, request.FILES -> request.data | Tom Christie | |
| 2014-09-17 | Fixed code formatting | Matthew J Morrison | |
| 2014-09-17 | Clarify "raised inside REST framework" | Matthew J Morrison | |
| I ran into an issue today where I was not seeing the rest_framework.views.exception_handler do what I thought it should be doing. It turned out that I had imported View from rest_framework.views rather than importing APIView from rest_framework.views. The phrase "raised inside REST framework" was confusing as I was debugging this issue. I was unsure if that meant that I could raise those exceptions in my code or if it had to originate from within framework code. I'm not sure if the proposed wording is ideal, I just wanted to point out what I found to be confusing. | |||
| 2014-02-10 | Replace 'detail' with 'default_detail' in Exceptions guide and APIException ↵ | Hassan Shamim | |
| class docstring. | |||
| 2014-01-31 | Fix doc for custom exception sample | Paul Melnikow | |
| The way to provide a default detail for APIException is to define a `default_detail` attribute on the subclass. Defining a `detail` attribute without `default_detail` will not work, and will result in empty detail instead. | |||
| 2013-12-21 | Added example of using APIException class. Closes #1300 | Tom Christie | |
| 2013-10-21 | Remove the detail=None from APIException signature | Jesús Espino | |
| The documentation not match with the implementation. The APIException doesn't have detail parameter in the constructor class, actually doesn't have constructor method at all. | |||
| 2013-09-07 | Extra docs on custom exception handling. | Tom Christie | |
| 2013-09-06 | Add EXCEPTION_HANDLER docs to exception docs | Andy Freeland | |
| 2012-11-09 | Merge with master | Tom Christie | |
| 2012-10-21 | Fixing spelling errors. | Marko Tibold | |
| 2012-10-17 | Split up doc sections more cleanly | Tom Christie | |
| 2012-10-17 | Use two seperate exceptions - `AuthenticationFailed`, and `NotAuthenticated` | Tom Christie | |
| Cleaner seperation of exception and resulting HTTP response. Should result in more obvious error messages. | |||
| 2012-10-17 | Add `Unauthenticated` exception. | Tom Christie | |
| 2012-10-15 | Tweak parsers to take parser_context | Tom Christie | |
| 2012-09-12 | GitHub link in toolbar | Tom Christie | |
| 2012-09-12 | Updating docs | Tom Christie | |
| 2012-09-08 | Links to source files in docs | Tom Christie | |
| 2012-09-01 | REST framework 2 docs | Tom Christie | |
