aboutsummaryrefslogtreecommitdiffstats
path: root/docs/status.md
diff options
context:
space:
mode:
authorTom Christie2012-09-01 20:26:27 +0100
committerTom Christie2012-09-01 20:26:27 +0100
commitdeedf6957d14c2808c00a009ac2c1d4528cb80c9 (patch)
treea029d40c05ceeaffa9d1fb420096c7de4878cbb5 /docs/status.md
parent02dcdca13b7cbe89e1980bab7e8274500bf9e4e1 (diff)
downloaddjango-rest-framework-deedf6957d14c2808c00a009ac2c1d4528cb80c9.tar.bz2
REST framework 2 docs
Diffstat (limited to 'docs/status.md')
-rw-r--r--docs/status.md17
1 files changed, 0 insertions, 17 deletions
diff --git a/docs/status.md b/docs/status.md
deleted file mode 100644
index ca866cad..00000000
--- a/docs/status.md
+++ /dev/null
@@ -1,17 +0,0 @@
-Status Codes
-============
-
-> 418 I'm a teapot - Any attempt to brew coffee with a teapot should result in the error code "418 I'm a teapot". The resulting entity body MAY be short and stout.
- - RFC 2324
-
-REST framework provides a ...
-These are simply ...
-
- from djangorestframework import status
-
- def view(self):
- return Response(status=status.HTTP_404_NOT_FOUND)
-
-For more information see [RFC 2616](1).
-
-[1]: http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html \ No newline at end of file