aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTom Christie2014-09-16 09:08:07 +0100
committerTom Christie2014-09-16 09:08:07 +0100
commit92fb08bc6d66c33e7b4ea6689b300cf83e0b06d8 (patch)
treeba249cb1e9c96d42ea057ddf640097542339bfc0
parentcefeb23b250c19a6c3f03494889a96d42884cdbd (diff)
parent3725a1e77dafef4c6bdb7847bace92ff61f7f4e5 (diff)
downloaddjango-rest-framework-92fb08bc6d66c33e7b4ea6689b300cf83e0b06d8.tar.bz2
Merge pull request #1874 from sheppard/patch-3
add wq.db router and django-rest-pandas renderers
-rw-r--r--docs/topics/third-party-resources.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/topics/third-party-resources.md b/docs/topics/third-party-resources.md
index e337cbd5..1ca91742 100644
--- a/docs/topics/third-party-resources.md
+++ b/docs/topics/third-party-resources.md
@@ -41,6 +41,7 @@ To submit new content, [open an issue](https://github.com/tomchristie/django-res
### Routers
* [drf-nested-routers](https://github.com/alanjds/drf-nested-routers) - Provides routers and relationship fields for working with nested resources.
+* [wq.db.rest](http://wq.io/docs/about-rest) - Provides an admin-style model registration API with reasonable default URLs and viewsets.
### Parsers
@@ -51,6 +52,7 @@ To submit new content, [open an issue](https://github.com/tomchristie/django-res
* [djangorestframework-csv](https://github.com/mjumbewu/django-rest-framework-csv) - Provides CSV renderer support.
* [drf_ujson](https://github.com/gizmag/drf-ujson-renderer) - Implements JSON rendering using the UJSON package.
+* [Django REST Pandas](https://github.com/wq/django-rest-pandas) - Pandas DataFrame-powered renderers including Excel, CSV, and SVG formats.
### Filtering