aboutsummaryrefslogtreecommitdiffstats
path: root/docs/tutorial/2-requests-and-responses.md
diff options
context:
space:
mode:
authorTom Christie2012-10-31 02:32:54 -0700
committerTom Christie2012-10-31 02:32:54 -0700
commita55dfaa4884b12691ae2e2d7ced5b64fd5630740 (patch)
treee09ee831ac534f2b410c4ea9615cc67a219f558c /docs/tutorial/2-requests-and-responses.md
parent166025c0fcd0cfdcac1dbcbf31dbfc1d43f666b4 (diff)
parenta3ace366db4c664c88bf76b10b40b4c576c130dd (diff)
downloaddjango-rest-framework-a55dfaa4884b12691ae2e2d7ced5b64fd5630740.tar.bz2
Merge pull request #343 from asfaltboy/fix-docs
Fixing tutorials
Diffstat (limited to 'docs/tutorial/2-requests-and-responses.md')
-rw-r--r--docs/tutorial/2-requests-and-responses.md2
1 files changed, 0 insertions, 2 deletions
diff --git a/docs/tutorial/2-requests-and-responses.md b/docs/tutorial/2-requests-and-responses.md
index 938739fa..a7c23cba 100644
--- a/docs/tutorial/2-requests-and-responses.md
+++ b/docs/tutorial/2-requests-and-responses.md
@@ -130,8 +130,6 @@ Go ahead and test the API from the command line, as we did in [tutorial part 1][
Now go and open the API in a web browser, by visiting [http://127.0.0.1:8000/snippets/][devserver]."
-**Note: Right now the Browseable API only works with the CBV's. Need to fix that.**
-
### Browsability
Because the API chooses a return format based on what the client asks for, it will, by default, return an HTML-formatted representation of the resource when that resource is requested by a browser. This allows for the API to be easily browsable and usable by humans.