diff options
| author | Tom Christie | 2013-12-13 20:27:17 +0000 | 
|---|---|---|
| committer | Tom Christie | 2013-12-13 20:27:17 +0000 | 
| commit | 39dbea4da43f829863d395d5f2ee158837f2afe2 (patch) | |
| tree | dbe6c5ff45fee3ffcbaf3e19b2cbe9035dfd8ee7 /docs/api-guide/routers.md | |
| parent | 193af483efca2aaaebc186301b88f5735c87e638 (diff) | |
| download | django-rest-framework-39dbea4da43f829863d395d5f2ee158837f2afe2.tar.bz2 | |
Links to drf-nested-routers
Diffstat (limited to 'docs/api-guide/routers.md')
| -rw-r--r-- | docs/api-guide/routers.md | 4 | 
1 files changed, 1 insertions, 3 deletions
| diff --git a/docs/api-guide/routers.md b/docs/api-guide/routers.md index 54fae65f..895589db 100644 --- a/docs/api-guide/routers.md +++ b/docs/api-guide/routers.md @@ -158,9 +158,6 @@ The following third party packages are also available.  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 -  ## wq.db  The [wq.db package][wq.db] provides an advanced [Router][wq.db-router] class (and singleton instance) that extends `DefaultRouter` with a `register_model()` API. Much like Django's `admin.site.register`, the only required argument to `app.router.register_model` is a model class.  Reasonable defaults for a url prefix and viewset will be inferred from the model and global configuration. @@ -171,5 +168,6 @@ The [wq.db package][wq.db] provides an advanced [Router][wq.db-router] class (an      app.router.register_model(MyModel)  [cite]: http://guides.rubyonrails.org/routing.html +[drf-nested-routers]: https://github.com/alanjds/drf-nested-routers  [wq.db]: http://wq.io/wq.db  [wq.db-router]: http://wq.io/docs/app.py | 
