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
66e86dc4
Commit
66e86dc4
authored
Mar 01, 2016
by
Luke Murphy
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add rest-framework-generic-relations link to docs
parent
a568d16a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
0 deletions
+5
-0
docs/api-guide/relations.md
+5
-0
No files found.
docs/api-guide/relations.md
View file @
66e86dc4
...
@@ -580,9 +580,14 @@ The following third party packages are also available.
...
@@ -580,9 +580,14 @@ 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.
The
[
drf-nested-routers package
][
drf-nested-routers
]
provides routers and relationship fields for working with nested resources.
## Rest Framework Generic Relations
The
[
rest-framework-generic-relations
][
drf-nested-relations
]
library provides read/write serialization for generic foreign keys.
[
cite
]:
http://lwn.net/Articles/193245/
[
cite
]:
http://lwn.net/Articles/193245/
[
reverse-relationships
]:
https://docs.djangoproject.com/en/dev/topics/db/queries/#following-relationships-backward
[
reverse-relationships
]:
https://docs.djangoproject.com/en/dev/topics/db/queries/#following-relationships-backward
[
routers
]:
http://www.django-rest-framework.org/api-guide/routers#defaultrouter
[
routers
]:
http://www.django-rest-framework.org/api-guide/routers#defaultrouter
[
generic-relations
]:
https://docs.djangoproject.com/en/dev/ref/contrib/contenttypes/#id1
[
generic-relations
]:
https://docs.djangoproject.com/en/dev/ref/contrib/contenttypes/#id1
[
2.2-announcement
]:
../topics/2.2-announcement.md
[
2.2-announcement
]:
../topics/2.2-announcement.md
[
drf-nested-routers
]:
https://github.com/alanjds/drf-nested-routers
[
drf-nested-routers
]:
https://github.com/alanjds/drf-nested-routers
[
drf-nested-relations
]:
https://github.com/Ian-Foote/rest-framework-generic-relations
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