diff options
Diffstat (limited to 'api-guide/settings/index.html')
| -rw-r--r-- | api-guide/settings/index.html | 12 | 
1 files changed, 10 insertions, 2 deletions
| diff --git a/api-guide/settings/index.html b/api-guide/settings/index.html index 9591d465..ae315e89 100644 --- a/api-guide/settings/index.html +++ b/api-guide/settings/index.html @@ -165,6 +165,10 @@                    </li>                    <li > +                    <a href="../validators">Validators</a> +                  </li> +                   +                  <li >                      <a href="../authentication">Authentication</a>                    </li> @@ -264,6 +268,10 @@                    </li>                    <li > +                    <a href="../../topics/3.0-announcement">3.0 Announcement</a> +                  </li> +                   +                  <li >                      <a href="../../topics/kickstarter-announcement">Kickstarter Announcement</a>                    </li> @@ -445,7 +453,7 @@ print api_settings.DEFAULT_AUTHENTICATION_CLASSES  )  </code></pre>  <h4 id="default_parser_classes">DEFAULT_PARSER_CLASSES</h4> -<p>A list or tuple of parser classes, that determines the default set of parsers used when accessing the <code>request.DATA</code> property.</p> +<p>A list or tuple of parser classes, that determines the default set of parsers used when accessing the <code>request.data</code> property.</p>  <p>Default:</p>  <pre><code>(      'rest_framework.parsers.JSONParser', @@ -677,7 +685,7 @@ If set to <code>None</code> then generic filtering is disabled.</p>    <!--/.wrapper -->    <footer class="span12"> -    <p>Sponsored by <a href="http://dabapps.com/">DabApps</a>.</a> +    <p>Documentation built with <a href="http://www.mkdocs.org/">MkDocs</a>.</a>      </p>    </footer> | 
