| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2015-01-07 | swap backticks for double quotes | Craig Blaszczyk | |
| 2015-01-07 | prefer single quotes in source and double quotes in user visible strings; ↵ | Craig Blaszczyk | |
| add some missing full stops to user visible strings | |||
| 2015-01-07 | use double quotes in user messages | Craig Blaszczyk | |
| 2015-01-07 | use double quotes for user visible strings; end user visible strings in full ↵ | Craig Blaszczyk | |
| stops; add some missing translation tags | |||
| 2015-01-07 | switch to using format strings in error messages; raise NotFound when ↵ | Craig Blaszczyk | |
| pagination fails to provide a more useful error message | |||
| 2015-01-02 | add missing period; update generated translations | Craig Blaszczyk | |
| 2015-01-02 | update error messages for language and consistency | Craig Blaszczyk | |
| 2015-01-02 | fix spelling & grammar errors | Craig Blaszczyk | |
| 2014-12-18 | Merge branch 'master' into version-3.1 | Tom Christie | |
| 2014-12-17 | str() -> six.text_type(). Closes #2290. | Tom Christie | |
| 2014-12-17 | More docs, plus 'ALLOWED_VERSIONS' setting. | Tom Christie | |
| 2014-12-04 | Removed custom StringIO, force_text, smart_text compat | Tymur Maryokhin | |
| 2014-11-20 | Make _force_text_recursive private. | Tom Christie | |
| 2014-11-19 | Use translatable error strings. Refs #2063. | Tom Christie | |
| 2014-11-10 | #2054: Update exceptions to allow custom detail | Kevin London | |
| This addresses the changes requested in #2054 and allows for custom messages that do not necessarily require a string formatter be present in the detail message. | |||
| 2014-10-17 | Use serializers.ValidationError | Tom Christie | |
| 2014-10-10 | exceptions.ValidationFailed, not Django's ValidationError | Tom Christie | |
| 2014-09-08 | More test sorting | Tom Christie | |
| 2014-09-05 | Workin on | Tom Christie | |
| 2014-08-20 | Merge branch 'master' into set-retry-after | Dmitry Mukhin | |
| Conflicts: tests/test_throttling.py | |||
| 2014-08-19 | Code linting and added runtests.py | Tom Christie | |
| 2014-04-07 | set Retry-After header when throttled | Dmitry Mukhin | |
| 2014-04-04 | add a __str__ implementation to APIException | jacobg | |
| Add a __str__ implementation to rest_framework.exceptions.APIException. This helps for logging raised exceptions. Thanks. | |||
| 2014-02-10 | Replace 'detail' with 'default_detail' in Exceptions guide and APIException ↵ | Hassan Shamim | |
| class docstring. | |||
| 2014-01-13 | Minor cleanup | Tom Christie | |
| 2013-10-24 | reworked APIException, pushing some of the status_code and detail management ↵ | Chris Guethle | |
| up. Also, makes the APIException useful in isolation (defaults to status code 500) | |||
| 2013-06-05 | Remove ConfigurationError in favor of Django's ImproperlyConfigured | Tom Christie | |
| 2013-02-04 | Cleanup imports | Tom Christie | |
| Mostly adding `from __future__ import unicode_literals` everywhere. | |||
| 2012-11-09 | Merge with master | Tom Christie | |
| 2012-10-29 | Fixes for urls with suffixes | 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 | Use correct status code | Tom Christie | |
| 2012-10-17 | Add `Unauthenticated` exception. | Tom Christie | |
| 2012-09-26 | Fix @api_view decorator tests | Tom Christie | |
| 2012-09-20 | Change package name: djangorestframework -> rest_framework | Tom Christie | |
