aboutsummaryrefslogtreecommitdiffstats
path: root/docs/index.md
diff options
context:
space:
mode:
authorTom Christie2013-02-04 21:45:38 +0000
committerTom Christie2013-02-04 21:45:38 +0000
commit280dfa4343fb7cf188f4573361bbec447b8ea7c2 (patch)
tree92a6a9b06ec2075e6e80f37641ef1f619fdcffaf /docs/index.md
parent7dc4bce4e2d8bd21ba383ae1d62fdacf4998742e (diff)
downloaddjango-rest-framework-280dfa4343fb7cf188f4573361bbec447b8ea7c2.tar.bz2
Remove 2.0 notice on main docs.
Diffstat (limited to 'docs/index.md')
-rw-r--r--docs/index.md6
1 files changed, 0 insertions, 6 deletions
diff --git a/docs/index.md b/docs/index.md
index 283ea069..37e7cb3c 100644
--- a/docs/index.md
+++ b/docs/index.md
@@ -11,12 +11,6 @@
**A toolkit for building well-connected, self-describing Web APIs.**
----
-
-**Note**: This documentation is for the 2.0 version of REST framework. If you are looking for earlier versions please see the [0.4.x branch][0.4] on GitHub.
-
----
-
Django REST framework is a lightweight library that makes it easy to build Web APIs. It is designed as a modular and easy to customize architecture, based on Django's class based views.
Web APIs built using REST framework are fully self-describing and web browseable - a huge useability win for your developers. It also supports a wide range of media types, authentication and permission policies out of the box.