index
:
django-rest-framework
3.0-beta
docs-renderers-use-appropriate-renderer-class-name
empty_closable_objects
gh-pages
master
model-serializer-api
model-serializer-caching
version-2.4.x
version-3.1
Web APIs for Django.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
rest_framework
/
exceptions.py
Age
Commit message (
Expand
)
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; add...
Craig Blaszczyk
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
2015-01-07
switch to using format strings in error messages; raise NotFound when paginat...
Craig Blaszczyk
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
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
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
2014-02-10
Replace 'detail' with 'default_detail' in Exceptions guide and APIException c...
Hassan Shamim
2014-01-13
Minor cleanup
Tom Christie
2013-10-24
reworked APIException, pushing some of the status_code and detail management ...
Chris Guethle
2013-06-05
Remove ConfigurationError in favor of Django's ImproperlyConfigured
Tom Christie
2013-02-04
Cleanup imports
Tom Christie
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
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