Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
D
django-rest-framework
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
edx
django-rest-framework
Commits
636ae419
Commit
636ae419
authored
Jun 27, 2014
by
Tom Christie
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #1661 from chibisov/master
Fixes #1651. Add link to drf-extensions nested routers to docs
parents
511e8741
c1426d10
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
0 deletions
+10
-0
docs/api-guide/routers.md
+10
-0
No files found.
docs/api-guide/routers.md
View file @
636ae419
...
@@ -179,7 +179,16 @@ The [wq.db package][wq.db] provides an advanced [Router][wq.db-router] class (an
...
@@ -179,7 +179,16 @@ The [wq.db package][wq.db] provides an advanced [Router][wq.db-router] class (an
app.router.register_model(MyModel)
app.router.register_model(MyModel)
## DRF-extensions
The
[
`DRF-extensions` package
][
drf-extensions
]
provides
[
routers
][
drf-extensions-routers
]
for creating
[
nested viewsets
][
drf-extensions-nested-viewsets
]
,
[
collection level controllers
][
drf-extensions-collection-level-controllers
]
with
[
customizable endpoint names
][
drf-extensions-customizable-endpoint-names
]
.
[
cite
]:
http://guides.rubyonrails.org/routing.html
[
cite
]:
http://guides.rubyonrails.org/routing.html
[
drf-nested-routers
]:
https://github.com/alanjds/drf-nested-routers
[
drf-nested-routers
]:
https://github.com/alanjds/drf-nested-routers
[
wq.db
]:
http://wq.io/wq.db
[
wq.db
]:
http://wq.io/wq.db
[
wq.db-router
]:
http://wq.io/docs/app.py
[
wq.db-router
]:
http://wq.io/docs/app.py
[
drf-extensions
]:
http://chibisov.github.io/drf-extensions/docs/
[
drf-extensions-routers
]:
http://chibisov.github.io/drf-extensions/docs/#routers
[
drf-extensions-nested-viewsets
]:
http://chibisov.github.io/drf-extensions/docs/#nested-routes
[
drf-extensions-collection-level-controllers
]:
http://chibisov.github.io/drf-extensions/docs/#collection-level-controllers
[
drf-extensions-customizable-endpoint-names
]:
http://chibisov.github.io/drf-extensions/docs/#controller-endpoint-name
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment