diff options
| author | Tom Christie | 2013-12-12 23:10:31 +0000 |
|---|---|---|
| committer | Tom Christie | 2013-12-12 23:10:31 +0000 |
| commit | df2d9034c2a5a07dc3aa5455db892ee94cbed467 (patch) | |
| tree | 2dde65c03b3b39ec77d33da40ac32e36a7b3f35d /docs/api-guide/routers.md | |
| parent | 9c0da462094118171c976526cfde657f4d94daca (diff) | |
| download | django-rest-framework-df2d9034c2a5a07dc3aa5455db892ee94cbed467.tar.bz2 | |
Add third party packages
Diffstat (limited to 'docs/api-guide/routers.md')
| -rw-r--r-- | docs/api-guide/routers.md | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/docs/api-guide/routers.md b/docs/api-guide/routers.md index 8151e60f..9001b859 100644 --- a/docs/api-guide/routers.md +++ b/docs/api-guide/routers.md @@ -150,4 +150,13 @@ If you want to provide totally custom behavior, you can override `BaseRouter` an You may also want to override the `get_default_base_name(self, viewset)` method, or else always explicitly set the `base_name` argument when registering your viewsets with the router. +# Third Party Packages + +The following third party packages provide router implementations that extend the default functionality provided by REST framework. + +## DRF Nested Routers + +The [drf-nested-routers package][drf-nested-routers] provides routers and relationship fields for working with nested resources. + [cite]: http://guides.rubyonrails.org/routing.html +[drf-nested-routers]: https://github.com/alanjds/drf-nested-routers |
