diff options
| author | Tom Christie | 2014-06-27 15:13:11 +0100 | 
|---|---|---|
| committer | Tom Christie | 2014-06-27 15:13:11 +0100 | 
| commit | a1dd458116a8f2b2d9151ac3b47d2877cc4abb38 (patch) | |
| tree | 6796d0cc7f34cdf2b8248152017c711884bcf91f | |
| parent | c9d37ab70e65a3f8a59b39569c99d4969d9589b3 (diff) | |
| download | django-rest-framework-a1dd458116a8f2b2d9151ac3b47d2877cc4abb38.tar.bz2 | |
Add link to REST framework grid on DjangoPackages.com
| -rw-r--r-- | index.html | 2 | 
1 files changed, 1 insertions, 1 deletions
| @@ -227,7 +227,7 @@  <li><a href="api-guide/authentication">Authentication policies</a> including <a href="api-guide/authentication#oauthauthentication">OAuth1a</a> and <a href="api-guide/authentication#oauth2authentication">OAuth2</a> out of the box.</li>  <li><a href="api-guide/serializers">Serialization</a> that supports both <a href="api-guide/serializers#modelserializer">ORM</a> and <a href="api-guide/serializers#serializers">non-ORM</a> data sources.</li>  <li>Customizable all the way down - just use <a href="api-guide/views#function-based-views">regular function-based views</a> if you don't need the <a href="api-guide/generic-views">more</a> <a href="api-guide/viewsets">powerful</a> <a href="api-guide/routers">features</a>.</li> -<li><a href=".">Extensive documentation</a>, and <a href="https://groups.google.com/forum/?fromgroups#!forum/django-rest-framework">great community support</a>.</li> +<li><a href=".">Extensive documentation</a>, <a href="https://groups.google.com/forum/?fromgroups#!forum/django-rest-framework">great community support</a>, and a growing <a href="https://www.djangopackages.com/grids/g/django-rest-framework/">package ecosystem</a>.</li>  <li>Used and trusted by large companies such as <a href="http://www.mozilla.org/en-US/about/">Mozilla</a> and <a href="https://www.eventbrite.co.uk/about/">Eventbrite</a>.</li>  </ul>  <hr /> | 
