From 114738ca721b3fd90cb0b00b4fde3b61d3bd93dc Mon Sep 17 00:00:00 2001 From: tom christie tom@tomchristie.com Date: Sat, 19 Feb 2011 18:41:23 +0000 Subject: Add setup.py --- docs/index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs') 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 `_. +* Automatically provides a Django admin style `browse-able self-documenting API `_. * Clean, simple, views for Resources, using Django's new `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. -- cgit v1.2.3