Skip to content

Commit b3582cd

Browse files
committed
Merge pull request #3973 from lwm/docs-generic-relations
add rest-framework-generic-relations link to docs
2 parents 6b01c5f + 66e86dc commit b3582cd

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

docs/api-guide/relations.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -580,9 +580,14 @@ The following third party packages are also available.
580580

581581
The [drf-nested-routers package][drf-nested-routers] provides routers and relationship fields for working with nested resources.
582582

583+
## Rest Framework Generic Relations
584+
585+
The [rest-framework-generic-relations][drf-nested-relations] library provides read/write serialization for generic foreign keys.
586+
583587
[cite]: http://lwn.net/Articles/193245/
584588
[reverse-relationships]: https://docs.djangoproject.com/en/dev/topics/db/queries/#following-relationships-backward
585589
[routers]: http://www.django-rest-framework.org/api-guide/routers#defaultrouter
586590
[generic-relations]: https://docs.djangoproject.com/en/dev/ref/contrib/contenttypes/#id1
587591
[2.2-announcement]: ../topics/2.2-announcement.md
588592
[drf-nested-routers]: https://github.com/alanjds/drf-nested-routers
593+
[drf-nested-relations]: https://github.com/Ian-Foote/rest-framework-generic-relations

0 commit comments

Comments
 (0)