aboutsummaryrefslogtreecommitdiffstats
path: root/rest_framework/exceptions.py
AgeCommit message (Expand)Author
2014-11-20Make _force_text_recursive private.Tom Christie
2014-11-19Use translatable error strings. Refs #2063.Tom Christie
2014-11-10#2054: Update exceptions to allow custom detailKevin London
2014-10-17Use serializers.ValidationErrorTom Christie
2014-10-10exceptions.ValidationFailed, not Django's ValidationErrorTom Christie
2014-09-08More test sortingTom Christie
2014-09-05Workin onTom Christie
2014-08-20Merge branch 'master' into set-retry-afterDmitry Mukhin
2014-08-19Code linting and added runtests.pyTom Christie
2014-04-07set Retry-After header when throttledDmitry Mukhin
2014-04-04add a __str__ implementation to APIExceptionjacobg
2014-02-10Replace 'detail' with 'default_detail' in Exceptions guide and APIException c...Hassan Shamim
2014-01-13Minor cleanupTom Christie
2013-10-24reworked APIException, pushing some of the status_code and detail management ...Chris Guethle
2013-06-05Remove ConfigurationError in favor of Django's ImproperlyConfiguredTom Christie
2013-02-04Cleanup importsTom Christie
2012-11-09Merge with masterTom Christie
2012-10-29Fixes for urls with suffixesTom Christie
2012-10-17Use two seperate exceptions - `AuthenticationFailed`, and `NotAuthenticated`Tom Christie
2012-10-17Use correct status codeTom Christie
2012-10-17Add `Unauthenticated` exception.Tom Christie
2012-09-26Fix @api_view decorator testsTom Christie
2012-09-20Change package name: djangorestframework -> rest_frameworkTom Christie