diff options
| author | Tom Christie | 2015-03-06 12:26:20 +0000 | 
|---|---|---|
| committer | Tom Christie | 2015-03-06 12:26:20 +0000 | 
| commit | 029d4c52a93081fbf7a8913f42a01c5e9766d3ff (patch) | |
| tree | 4bba82d09fc2c60f68b48e024e6710b5f7c7b25d | |
| parent | e628d9eb9b7deac2ecffe23eace5c72709887f8f (diff) | |
| download | django-rest-framework-029d4c52a93081fbf7a8913f42a01c5e9766d3ff.tar.bz2 | |
Update documentation
| -rw-r--r-- | topics/3.1-announcement/index.html | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/topics/3.1-announcement/index.html b/topics/3.1-announcement/index.html index f134c3eb..bb236e87 100644 --- a/topics/3.1-announcement/index.html +++ b/topics/3.1-announcement/index.html @@ -429,7 +429,7 @@  <p>For more information, see the <a href="../../../api-guide/pagination/#custom-pagination-styles">custom pagination styles</a> documentation.</p>  <hr />  <h2 id="versioning">Versioning</h2> -<p>We've made it easier to build versioned APIs. Built-in schemes for versioning include both URL based and Accept header based variations.</p> +<p>We've made it <a href="../../api-guide/versioning">easier to build versioned APIs</a>. Built-in schemes for versioning include both URL based and Accept header based variations.</p>  <p>When using a URL based scheme, hyperlinked serializers will resolve relationships to the same API version as used on the incoming request.</p>  <p>For example, when using <code>NamespaceVersioning</code>, and the following hyperlinked serializer:</p>  <pre><code>class AccountsSerializer(serializer.HyperlinkedModelSerializer): @@ -451,7 +451,7 @@  </code></pre>  <hr />  <h2 id="internationalization">Internationalization</h2> -<p>REST framework now includes a built-in set of translations, and supports internationalized error responses. This allows you to either change the default language, or to allow clients to specify the language via the <code>Accept-Language</code> header.</p> +<p>REST framework now includes a built-in set of translations, and <a href="../internationalization">supports internationalized error responses</a>. This allows you to either change the default language, or to allow clients to specify the language via the <code>Accept-Language</code> header.</p>  <p>You can change the default language by using the standard Django <code>LANGUAGE_CODE</code> setting:</p>  <pre><code>LANGUAGE_CODE = "es-es"  </code></pre> | 
