Merge from vendor branch TNF:
authoradam <adam>
Mon, 12 Sep 2011 08:21:29 +0000 (08:21 +0000)
committeradam <adam>
Mon, 12 Sep 2011 08:21:29 +0000 (08:21 +0000)
commit0d3462df70db47b34c923cb4a7d43ce8a03abaac
treebfd5bdb57d57371a1fd3e713a6a2c8356aaaffc5
parent6e93af84ba299d94aa7c3a8cc1b04346508a9551
parent102344d0459c7ff12d91f5f22f11ba8dc6fced89
Merge from vendor branch TNF:
Django REST framework is a lightweight REST framework for Django, that aims to
make it easy to build well-connected, self-describing RESTful Web APIs.

Features:
* Automatically provides an awesome 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 parsers, renderers, authentication and permissions - Easy to
  customise.
* Content type negotiation using HTTP Accept headers.
* Optional support for forms as input validation.
* Modular architecture - MixIn classes can be used without requiring the
  Resource or ModelResource classes.