aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authortom christie tom@tomchristie.com2011-02-19 18:41:23 +0000
committertom christie tom@tomchristie.com2011-02-19 18:41:23 +0000
commit114738ca721b3fd90cb0b00b4fde3b61d3bd93dc (patch)
tree834afcf7aaaf2b6b25d54e6ced99de7719334fb4 /docs
parent67c48f758f3a3aa435e4f2ccf41764ae596447fb (diff)
downloaddjango-rest-framework-114738ca721b3fd90cb0b00b4fde3b61d3bd93dc.tar.bz2
Add setup.py
Diffstat (limited to 'docs')
-rw-r--r--docs/index.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/index.rst b/docs/index.rst
index 6f988b0c..87f35984 100644
--- a/docs/index.rst
+++ b/docs/index.rst
@@ -13,7 +13,7 @@ Django REST framework aims to make it easy to build well-connected, self-describ
Features:
-* Automatically provides a Django Admin style `browse-able self-documenting API <http://api.django-rest-framework.org>`_.
+* Automatically provides a Django admin style `browse-able self-documenting API <http://api.django-rest-framework.org>`_.
* Clean, simple, views for Resources, using Django's new `class based views <http://docs.djangoproject.com/en/dev/topics/class-based-views/>`_.
* Support for ModelResources with out-of-the-box default implementations and input validation.
* Pluggable :mod:`.emitters`, :mod:`parsers`, :mod:`validators` and :mod:`authenticators` - Easy to customise.