django-rest-framework/docs/api-guide
Matthew J Morrison e5af0bbb35 Clarify "raised inside REST framework"
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-09-17 07:49:54 -05:00
..
authentication.md Improve wording. 2014-08-18 13:54:46 +02:00
content-negotiation.md Include import paths throughout docs. 2013-08-21 19:46:09 +01:00
exceptions.md Clarify "raised inside REST framework" 2014-09-17 07:49:54 -05:00
fields.md docs: added drf-hstore to third party fields 2014-08-25 12:29:10 +02:00
filtering.md Fixing quotes in filtering.md 2014-09-07 12:53:21 -04:00
format-suffixes.md Fix md formatting and typos 2013-05-28 17:13:12 +02:00
generic-views.md Merge pull request #1784 from tomchristie/remove-model-attribute 2014-08-29 10:03:07 +01:00
pagination.md Merge pull request #1391 from kaygorodov/master 2014-04-30 20:14:16 +02:00
parsers.md Docs tweaks 2013-12-21 17:18:25 +00:00
permissions.md Deprecate .model in related routers/permissions 2014-08-20 17:15:46 +01:00
relations.md Use www.django-rest-framework.org for docs instead of django-rest-framework.org due to issues with naked domains 2014-01-08 15:22:41 +00:00
renderers.md add django rest pandas 2014-09-10 11:55:43 -05:00
requests.md Note 'request.session' as available on requests. 2013-08-27 12:37:55 +01:00
responses.md Fixed typos in a bunch of docs 2013-08-07 14:00:06 -04:00
reverse.md Include import paths throughout docs. 2013-08-21 19:46:09 +01:00
routers.md Deprecate .model in related routers/permissions 2014-08-20 17:15:46 +01:00
serializers.md docs: added HStoreSerializer to third party serializers 2014-08-25 12:32:44 +02:00
settings.md Add .model deprecation to release notes 2014-08-21 12:25:20 +01:00
status-codes.md Version 2.3.10 2013-12-06 22:13:50 +00:00
testing.md Minor typos fixed in api-guide/testing.md (request -> response). 2014-02-14 10:44:02 +01:00
throttling.md Merge master 2014-08-19 10:11:10 +01:00
views.md fix broken documentation links 2013-12-04 16:10:05 -08:00
viewsets.md Release notes 2014-08-19 23:25:12 +01:00