diff options
| author | Tom Christie | 2013-04-30 09:38:04 +0100 | 
|---|---|---|
| committer | Tom Christie | 2013-04-30 09:38:04 +0100 | 
| commit | 455d7cca1e70fad9f73dffe3fb6d63a44330eae5 (patch) | |
| tree | aa1ef6589a98f493196e5d1dddeb6a603a21af2b /README.md | |
| parent | d0ba48b5c0c2ba08b20ec17490c0847b4e27405e (diff) | |
| download | django-rest-framework-455d7cca1e70fad9f73dffe3fb6d63a44330eae5.tar.bz2 | |
More tweaking of index/readme
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 4 | 
1 files changed, 1 insertions, 3 deletions
| @@ -12,12 +12,10 @@ Django REST framework is a powerful and flexible toolkit that makes it easy to b  Some reasons you might want to use REST framework: -* Modular and decoupled architecture that stays close to Django idioms throughout.  * The Web browseable API is a huge useability win for your developers.  * Authentication policies including OAuth1a and OAuth2 out of the box. -* Permission policies including support for the Django contrib permissions.  * Serialization that supports both ORM and non-ORM data sources. -* Customizable all the way down.  You can just use regular function based views if you don't need the more powerful features. +* Customizable all the way down.  Just use regular function-based views if you don't need the more powerful features.  * Extensive documentation, and great community support.  There is a live example API for testing purposes, [available here][sandbox]. | 
