diff options
Diffstat (limited to 'api-guide/relations.html')
| -rw-r--r-- | api-guide/relations.html | 108 | 
1 files changed, 54 insertions, 54 deletions
| diff --git a/api-guide/relations.html b/api-guide/relations.html index cc474c34..35a7854d 100644 --- a/api-guide/relations.html +++ b/api-guide/relations.html @@ -3,17 +3,17 @@  <head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8">      <meta charset="utf-8">      <title>Serializer relations - Django REST framework</title> -    <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"/> +    <link href="http://www.django-rest-framework.org/img/favicon.ico" rel="icon" type="image/x-icon"> +    <link rel="canonical" href="http://www.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, Third Party Packages">      <meta name="author" content="Tom Christie">      <!-- Le styles --> -    <link href="http://django-rest-framework.org/css/prettify.css" rel="stylesheet"> -    <link href="http://django-rest-framework.org/css/bootstrap.css" rel="stylesheet"> -    <link href="http://django-rest-framework.org/css/bootstrap-responsive.css" rel="stylesheet"> -    <link href="http://django-rest-framework.org/css/default.css" rel="stylesheet"> +    <link href="http://www.django-rest-framework.org/css/prettify.css" rel="stylesheet"> +    <link href="http://www.django-rest-framework.org/css/bootstrap.css" rel="stylesheet"> +    <link href="http://www.django-rest-framework.org/css/bootstrap-responsive.css" rel="stylesheet"> +    <link href="http://www.django-rest-framework.org/css/default.css" rel="stylesheet">      <!-- Le HTML5 shim, for IE6-8 support of HTML5 elements -->      <!--[if lt IE 9]> @@ -50,64 +50,64 @@              <span class="icon-bar"></span>              <span class="icon-bar"></span>            </a> -          <a class="brand" href="http://django-rest-framework.org">Django REST framework</a> +          <a class="brand" href="http://www.django-rest-framework.org">Django REST framework</a>            <div class="nav-collapse collapse">              <ul class="nav"> -              <li><a href="http://django-rest-framework.org">Home</a></li> +              <li><a href="http://www.django-rest-framework.org">Home</a></li>                <li class="dropdown">                  <a href="#" class="dropdown-toggle" data-toggle="dropdown">Tutorial <b class="caret"></b></a>                  <ul class="dropdown-menu"> -                  <li><a href="http://django-rest-framework.org/tutorial/quickstart">Quickstart</a></li> -                  <li><a href="http://django-rest-framework.org/tutorial/1-serialization">1 - Serialization</a></li> -                  <li><a href="http://django-rest-framework.org/tutorial/2-requests-and-responses">2 - Requests and responses</a></li> -                  <li><a href="http://django-rest-framework.org/tutorial/3-class-based-views">3 - Class based views</a></li> -                  <li><a href="http://django-rest-framework.org/tutorial/4-authentication-and-permissions">4 - Authentication and permissions</a></li> -                  <li><a href="http://django-rest-framework.org/tutorial/5-relationships-and-hyperlinked-apis">5 - Relationships and hyperlinked APIs</a></li> -                  <li><a href="http://django-rest-framework.org/tutorial/6-viewsets-and-routers">6 - Viewsets and routers</a></li> +                  <li><a href="http://www.django-rest-framework.org/tutorial/quickstart">Quickstart</a></li> +                  <li><a href="http://www.django-rest-framework.org/tutorial/1-serialization">1 - Serialization</a></li> +                  <li><a href="http://www.django-rest-framework.org/tutorial/2-requests-and-responses">2 - Requests and responses</a></li> +                  <li><a href="http://www.django-rest-framework.org/tutorial/3-class-based-views">3 - Class based views</a></li> +                  <li><a href="http://www.django-rest-framework.org/tutorial/4-authentication-and-permissions">4 - Authentication and permissions</a></li> +                  <li><a href="http://www.django-rest-framework.org/tutorial/5-relationships-and-hyperlinked-apis">5 - Relationships and hyperlinked APIs</a></li> +                  <li><a href="http://www.django-rest-framework.org/tutorial/6-viewsets-and-routers">6 - Viewsets and routers</a></li>                  </ul>                </li>                <li class="dropdown">                  <a href="#" class="dropdown-toggle" data-toggle="dropdown">API Guide <b class="caret"></b></a>                  <ul class="dropdown-menu"> -                  <li><a href="http://django-rest-framework.org/api-guide/requests">Requests</a></li> -                  <li><a href="http://django-rest-framework.org/api-guide/responses">Responses</a></li> -                  <li><a href="http://django-rest-framework.org/api-guide/views">Views</a></li> -                  <li><a href="http://django-rest-framework.org/api-guide/generic-views">Generic views</a></li> -                  <li><a href="http://django-rest-framework.org/api-guide/viewsets">Viewsets</a></li> -                  <li><a href="http://django-rest-framework.org/api-guide/routers">Routers</a></li> -                  <li><a href="http://django-rest-framework.org/api-guide/parsers">Parsers</a></li> -                  <li><a href="http://django-rest-framework.org/api-guide/renderers">Renderers</a></li> -                  <li><a href="http://django-rest-framework.org/api-guide/serializers">Serializers</a></li> -                  <li><a href="http://django-rest-framework.org/api-guide/fields">Serializer fields</a></li> -                  <li><a href="http://django-rest-framework.org/api-guide/relations">Serializer relations</a></li> -                  <li><a href="http://django-rest-framework.org/api-guide/authentication">Authentication</a></li> -                  <li><a href="http://django-rest-framework.org/api-guide/permissions">Permissions</a></li> -                  <li><a href="http://django-rest-framework.org/api-guide/throttling">Throttling</a></li> -                  <li><a href="http://django-rest-framework.org/api-guide/filtering">Filtering</a></li> -                  <li><a href="http://django-rest-framework.org/api-guide/pagination">Pagination</a></li> -                  <li><a href="http://django-rest-framework.org/api-guide/content-negotiation">Content negotiation</a></li> -                  <li><a href="http://django-rest-framework.org/api-guide/format-suffixes">Format suffixes</a></li> -                  <li><a href="http://django-rest-framework.org/api-guide/reverse">Returning URLs</a></li> -                  <li><a href="http://django-rest-framework.org/api-guide/exceptions">Exceptions</a></li> -                  <li><a href="http://django-rest-framework.org/api-guide/status-codes">Status codes</a></li> -                  <li><a href="http://django-rest-framework.org/api-guide/testing">Testing</a></li> -                  <li><a href="http://django-rest-framework.org/api-guide/settings">Settings</a></li> +                  <li><a href="http://www.django-rest-framework.org/api-guide/requests">Requests</a></li> +                  <li><a href="http://www.django-rest-framework.org/api-guide/responses">Responses</a></li> +                  <li><a href="http://www.django-rest-framework.org/api-guide/views">Views</a></li> +                  <li><a href="http://www.django-rest-framework.org/api-guide/generic-views">Generic views</a></li> +                  <li><a href="http://www.django-rest-framework.org/api-guide/viewsets">Viewsets</a></li> +                  <li><a href="http://www.django-rest-framework.org/api-guide/routers">Routers</a></li> +                  <li><a href="http://www.django-rest-framework.org/api-guide/parsers">Parsers</a></li> +                  <li><a href="http://www.django-rest-framework.org/api-guide/renderers">Renderers</a></li> +                  <li><a href="http://www.django-rest-framework.org/api-guide/serializers">Serializers</a></li> +                  <li><a href="http://www.django-rest-framework.org/api-guide/fields">Serializer fields</a></li> +                  <li><a href="http://www.django-rest-framework.org/api-guide/relations">Serializer relations</a></li> +                  <li><a href="http://www.django-rest-framework.org/api-guide/authentication">Authentication</a></li> +                  <li><a href="http://www.django-rest-framework.org/api-guide/permissions">Permissions</a></li> +                  <li><a href="http://www.django-rest-framework.org/api-guide/throttling">Throttling</a></li> +                  <li><a href="http://www.django-rest-framework.org/api-guide/filtering">Filtering</a></li> +                  <li><a href="http://www.django-rest-framework.org/api-guide/pagination">Pagination</a></li> +                  <li><a href="http://www.django-rest-framework.org/api-guide/content-negotiation">Content negotiation</a></li> +                  <li><a href="http://www.django-rest-framework.org/api-guide/format-suffixes">Format suffixes</a></li> +                  <li><a href="http://www.django-rest-framework.org/api-guide/reverse">Returning URLs</a></li> +                  <li><a href="http://www.django-rest-framework.org/api-guide/exceptions">Exceptions</a></li> +                  <li><a href="http://www.django-rest-framework.org/api-guide/status-codes">Status codes</a></li> +                  <li><a href="http://www.django-rest-framework.org/api-guide/testing">Testing</a></li> +                  <li><a href="http://www.django-rest-framework.org/api-guide/settings">Settings</a></li>                  </ul>                </li>                <li class="dropdown">                  <a href="#" class="dropdown-toggle" data-toggle="dropdown">Topics <b class="caret"></b></a>                  <ul class="dropdown-menu"> -                  <li><a href="http://django-rest-framework.org/topics/documenting-your-api">Documenting your API</a></li> -                  <li><a href="http://django-rest-framework.org/topics/ajax-csrf-cors">AJAX, CSRF & CORS</a></li> -                  <li><a href="http://django-rest-framework.org/topics/browser-enhancements">Browser enhancements</a></li> -                  <li><a href="http://django-rest-framework.org/topics/browsable-api">The Browsable API</a></li> -                  <li><a href="http://django-rest-framework.org/topics/rest-hypermedia-hateoas">REST, Hypermedia & HATEOAS</a></li> -                  <li><a href="http://django-rest-framework.org/topics/contributing">Contributing to REST framework</a></li> -                  <li><a href="http://django-rest-framework.org/topics/rest-framework-2-announcement">2.0 Announcement</a></li> -                  <li><a href="http://django-rest-framework.org/topics/2.2-announcement">2.2 Announcement</a></li> -                  <li><a href="http://django-rest-framework.org/topics/2.3-announcement">2.3 Announcement</a></li> -                  <li><a href="http://django-rest-framework.org/topics/release-notes">Release Notes</a></li> -                  <li><a href="http://django-rest-framework.org/topics/credits">Credits</a></li> +                  <li><a href="http://www.django-rest-framework.org/topics/documenting-your-api">Documenting your API</a></li> +                  <li><a href="http://www.django-rest-framework.org/topics/ajax-csrf-cors">AJAX, CSRF & CORS</a></li> +                  <li><a href="http://www.django-rest-framework.org/topics/browser-enhancements">Browser enhancements</a></li> +                  <li><a href="http://www.django-rest-framework.org/topics/browsable-api">The Browsable API</a></li> +                  <li><a href="http://www.django-rest-framework.org/topics/rest-hypermedia-hateoas">REST, Hypermedia & HATEOAS</a></li> +                  <li><a href="http://www.django-rest-framework.org/topics/contributing">Contributing to REST framework</a></li> +                  <li><a href="http://www.django-rest-framework.org/topics/rest-framework-2-announcement">2.0 Announcement</a></li> +                  <li><a href="http://www.django-rest-framework.org/topics/2.2-announcement">2.2 Announcement</a></li> +                  <li><a href="http://www.django-rest-framework.org/topics/2.3-announcement">2.3 Announcement</a></li> +                  <li><a href="http://www.django-rest-framework.org/topics/release-notes">Release Notes</a></li> +                  <li><a href="http://www.django-rest-framework.org/topics/credits">Credits</a></li>                  </ul>                </li>              </ul> @@ -311,7 +311,7 @@ class Track(models.Model):  <p>By default this field is read-write, although you can change this behavior using the <code>read_only</code> flag.</p>  <p><strong>Arguments</strong>:</p>  <ul> -<li><code>view_name</code> - The view name that should be used as the target of the relationship.  If you're using <a href="http://django-rest-framework.org/api-guide/routers#defaultrouter">the standard router classes</a> this wil be a string with the format <code><modelname>-detail</code>. <strong>required</strong>.</li> +<li><code>view_name</code> - The view name that should be used as the target of the relationship.  If you're using <a href="http://www.django-rest-framework.org/api-guide/routers#defaultrouter">the standard router classes</a> this wil be a string with the format <code><modelname>-detail</code>. <strong>required</strong>.</li>  <li><code>many</code> - If applied to a to-many relationship, you should set this argument to <code>True</code>.</li>  <li><code>required</code> - If set to <code>False</code>, the field will accept values of <code>None</code> or the empty-string for nullable relationships.</li>  <li><code>queryset</code> - By default <code>ModelSerializer</code> classes will use the default queryset for the relationship.  <code>Serializer</code> classes must either set a queryset explicitly, or set <code>read_only=True</code>.</li> @@ -369,7 +369,7 @@ class Track(models.Model):  <p>This field is always read-only.</p>  <p><strong>Arguments</strong>:</p>  <ul> -<li><code>view_name</code> - The view name that should be used as the target of the relationship.  If you're using <a href="http://django-rest-framework.org/api-guide/routers#defaultrouter">the standard router classes</a> this wil be a string with the format <code><model_name>-detail</code>.  <strong>required</strong>.</li> +<li><code>view_name</code> - The view name that should be used as the target of the relationship.  If you're using <a href="http://www.django-rest-framework.org/api-guide/routers#defaultrouter">the standard router classes</a> this wil be a string with the format <code><model_name>-detail</code>.  <strong>required</strong>.</li>  <li><code>lookup_field</code> - The field on the target that should be used for the lookup.  Should correspond to a URL keyword argument on the referenced view.  Default is <code>'pk'</code>.</li>  <li><code>format</code> - If using format suffixes, hyperlinked fields will use the same format suffix for the target unless overridden by using the <code>format</code> argument.</li>  </ul> @@ -581,9 +581,9 @@ In the 2.4 release, these parts of the API will be removed entirely.</p>      <!-- Le javascript      ================================================== -->      <!-- Placed at the end of the document so the pages load faster --> -    <script src="http://django-rest-framework.org/js/jquery-1.8.1-min.js"></script> -    <script src="http://django-rest-framework.org/js/prettify-1.0.js"></script> -    <script src="http://django-rest-framework.org/js/bootstrap-2.1.1-min.js"></script> +    <script src="http://www.django-rest-framework.org/js/jquery-1.8.1-min.js"></script> +    <script src="http://www.django-rest-framework.org/js/prettify-1.0.js"></script> +    <script src="http://www.django-rest-framework.org/js/bootstrap-2.1.1-min.js"></script>      <script>        //$('.side-nav').scrollspy()        var shiftWindow = function() { scrollBy(0, -50) }; | 
