aboutsummaryrefslogtreecommitdiffstats
path: root/rest_framework/exceptions.py
AgeCommit message (Expand)Author
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