aboutsummaryrefslogtreecommitdiffstats
path: root/docs/tutorial/2-requests-and-responses.md
diff options
context:
space:
mode:
authorTom Christie2012-09-07 13:55:02 +0100
committerTom Christie2012-09-07 13:55:02 +0100
commita01d6153547980f12034b6e872019e1ac94b5b78 (patch)
tree51b35b9d989d72d5ff4e4d82d9edb199dd031b36 /docs/tutorial/2-requests-and-responses.md
parentbd28e43ce48651669f36a3bc3d56cf55a2eb20fd (diff)
downloaddjango-rest-framework-a01d6153547980f12034b6e872019e1ac94b5b78.tar.bz2
Add note re. browseable API and @api_view decorator
Diffstat (limited to 'docs/tutorial/2-requests-and-responses.md')
-rw-r--r--docs/tutorial/2-requests-and-responses.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/tutorial/2-requests-and-responses.md b/docs/tutorial/2-requests-and-responses.md
index 9d23c9b2..89f92c4b 100644
--- a/docs/tutorial/2-requests-and-responses.md
+++ b/docs/tutorial/2-requests-and-responses.md
@@ -129,7 +129,9 @@ Go ahead and test the API from the command line, as we did in [tutorial part 1][
**TODO: Describe using accept headers, content-type headers, and format suffixed URLs**
-Now go and open the API in a web browser, by visiting [http://127.0.0.1:8000/][3].
+Now go and open the API in a web browser, by visiting [http://127.0.0.1:8000/][3]."
+
+**Note: Right now the Browseable API only works with the CBV's. Need to fix that.**
**TODO: Describe browseable API awesomeness**