aboutsummaryrefslogtreecommitdiffstats
path: root/api-guide/relations.html
diff options
context:
space:
mode:
Diffstat (limited to 'api-guide/relations.html')
-rw-r--r--api-guide/relations.html9
1 files changed, 8 insertions, 1 deletions
diff --git a/api-guide/relations.html b/api-guide/relations.html
index 21842197..7b4056db 100644
--- a/api-guide/relations.html
+++ b/api-guide/relations.html
@@ -6,7 +6,7 @@
<link href="http://django-rest-framework.org/img/favicon.ico" rel="icon" type="image/x-icon">
<link rel="canonical" href="http://django-rest-framework.org/api-guide/relations"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
- <meta name="description" content="Django, API, REST, Serializer relations, API Reference, Nested relationships, Custom relational fields, Further notes">
+ <meta name="description" content="Django, API, REST, Serializer relations, API Reference, Nested relationships, Custom relational fields, Further notes, Third Party Packages">
<meta name="author" content="Tom Christie">
<!-- Le styles -->
@@ -185,6 +185,8 @@
<li><a href="#manytomanyfields-with-a-through-model">ManyToManyFields with a Through Model</a></li>
<li><a href="#advanced-hyperlinked-fields">Advanced Hyperlinked fields</a></li>
<li><a href="#deprecated-apis">Deprecated APIs</a></li>
+<li class="main"><a href="#third-party-packages">Third Party Packages</a></li>
+<li><a href="#drf-nested-routers">DRF Nested Routers</a></li>
<div>
<hr>
@@ -578,6 +580,11 @@ They continue to function, but their usage will raise a <code>PendingDeprecation
<p>In the 2.3 release, these warnings will be escalated to a <code>DeprecationWarning</code>, which is loud by default.
In the 2.4 release, these parts of the API will be removed entirely.</p>
<p>For more details see the <a href="../topics/2.2-announcement">2.2 release announcement</a>.</p>
+<hr />
+<h1 id="third-party-packages">Third Party Packages</h1>
+<p>The following third party packages are also available.</p>
+<h2 id="drf-nested-routers">DRF Nested Routers</h2>
+<p>The <a href="https://github.com/alanjds/drf-nested-routers">drf-nested-routers package</a> provides routers and relationship fields for working with nested resources.</p>
</div><!--/span-->
</div><!--/row-->
</div><!--/.fluid-container-->