diff options
| author | Tom Christie | 2014-01-03 13:26:35 +0000 | 
|---|---|---|
| committer | Tom Christie | 2014-01-03 13:26:35 +0000 | 
| commit | f49f0ad8301962381ded9cae54f3e1be4c9a6c8f (patch) | |
| tree | a5a167ee99cc196d4b66f61268ee47ea7694c3c2 /api-guide | |
| parent | 43506deaa1ff06e3940b74ebdda3a2a8866cd199 (diff) | |
| download | django-rest-framework-f49f0ad8301962381ded9cae54f3e1be4c9a6c8f.tar.bz2 | |
Latest docs build
Diffstat (limited to 'api-guide')
| -rw-r--r-- | api-guide/authentication.html | 27 | ||||
| -rw-r--r-- | api-guide/content-negotiation.html | 21 | ||||
| -rw-r--r-- | api-guide/exceptions.html | 21 | ||||
| -rw-r--r-- | api-guide/fields.html | 27 | ||||
| -rw-r--r-- | api-guide/filtering.html | 27 | ||||
| -rw-r--r-- | api-guide/format-suffixes.html | 21 | ||||
| -rw-r--r-- | api-guide/generic-views.html | 21 | ||||
| -rw-r--r-- | api-guide/pagination.html | 27 | ||||
| -rw-r--r-- | api-guide/parsers.html | 21 | ||||
| -rw-r--r-- | api-guide/permissions.html | 21 | ||||
| -rw-r--r-- | api-guide/relations.html | 27 | ||||
| -rw-r--r-- | api-guide/renderers.html | 27 | ||||
| -rw-r--r-- | api-guide/requests.html | 21 | ||||
| -rw-r--r-- | api-guide/responses.html | 21 | ||||
| -rw-r--r-- | api-guide/reverse.html | 21 | ||||
| -rw-r--r-- | api-guide/routers.html | 21 | ||||
| -rw-r--r-- | api-guide/serializers.html | 27 | ||||
| -rw-r--r-- | api-guide/settings.html | 21 | ||||
| -rw-r--r-- | api-guide/status-codes.html | 21 | ||||
| -rw-r--r-- | api-guide/testing.html | 21 | ||||
| -rw-r--r-- | api-guide/throttling.html | 21 | ||||
| -rw-r--r-- | api-guide/views.html | 21 | ||||
| -rw-r--r-- | api-guide/viewsets.html | 27 | 
23 files changed, 47 insertions, 484 deletions
| diff --git a/api-guide/authentication.html b/api-guide/authentication.html index 3cefc360..2a838b2a 100644 --- a/api-guide/authentication.html +++ b/api-guide/authentication.html @@ -187,31 +187,12 @@  <li><a href="#django-oauth2-consumer">Django OAuth2 Consumer</a></li>                <div> -              <hr> - -<p><strong>The team behind REST framework is launching a new API service.</strong></p> - -<p>If you want to be first in line when we start issuing invitations, please sign up here:</p> - -<!-- Begin MailChimp Signup Form --> -<link href="//cdn-images.mailchimp.com/embedcode/slim-081711.css" rel="stylesheet" type="text/css"> -<style type="text/css"> -    #mc_embed_signup{background:#fff; clear:left; font:14px Helvetica,Arial,sans-serif; } -    /* Add your own MailChimp form style overrides in your site stylesheet or in this style block. -       We recommend moving this block and the preceding CSS link to the HEAD of your HTML file. */ -</style> -<div id="mc_embed_signup" style="background: rgb(245, 245, 245)"> -<form action="http://dabapps.us1.list-manage1.com/subscribe/post?u=cf73a9994eb5b8d8d461b5dfb&id=cb6af8e8bd" method="post" id="mc-embedded-subscribe-form" name="mc-embedded-subscribe-form" class="validate" target="_blank" novalidate> -<!--     <label for="mce-EMAIL">Keep me posted!</label> - -->    <input style="width: 90%" type="email" value="" name="EMAIL" class="email" id="mce-EMAIL" placeholder="email address" required> -    <div class="clear"><input class="btn btn-success" type="submit" value="Yes, keep me posted!" name="subscribe" id="mc-embedded-subscribe" class="button"></div> -</form> -</div> -</style></div> -              </ul> -<!--End mc_embed_signup--> + +</div> +</ul> +              </div>            </div> diff --git a/api-guide/content-negotiation.html b/api-guide/content-negotiation.html index 8be70ee4..183c250b 100644 --- a/api-guide/content-negotiation.html +++ b/api-guide/content-negotiation.html @@ -175,31 +175,12 @@  <li><a href="#setting-the-content-negotiation">Setting the content negotiation</a></li>                <div> -              <hr> -<p><strong>The team behind REST framework is launching a new API service.</strong></p> -<p>If you want to be first in line when we start issuing invitations, please sign up here:</p> -<!-- Begin MailChimp Signup Form --> -<link href="//cdn-images.mailchimp.com/embedcode/slim-081711.css" rel="stylesheet" type="text/css"> -<style type="text/css"> -    #mc_embed_signup{background:#fff; clear:left; font:14px Helvetica,Arial,sans-serif; } -    /* Add your own MailChimp form style overrides in your site stylesheet or in this style block. -       We recommend moving this block and the preceding CSS link to the HEAD of your HTML file. */ -</style> -<div id="mc_embed_signup" style="background: rgb(245, 245, 245)"> -<form action="http://dabapps.us1.list-manage1.com/subscribe/post?u=cf73a9994eb5b8d8d461b5dfb&id=cb6af8e8bd" method="post" id="mc-embedded-subscribe-form" name="mc-embedded-subscribe-form" class="validate" target="_blank" novalidate> -<!--     <label for="mce-EMAIL">Keep me posted!</label> - -->    <input style="width: 90%" type="email" value="" name="EMAIL" class="email" id="mce-EMAIL" placeholder="email address" required> -    <div class="clear"><input class="btn btn-success" type="submit" value="Yes, keep me posted!" name="subscribe" id="mc-embedded-subscribe" class="button"></div> -</form>  </div> -</style></div> -              </ul> - +</ul> -<!--End mc_embed_signup-->              </div>            </div> diff --git a/api-guide/exceptions.html b/api-guide/exceptions.html index c83a6a6d..c3e58973 100644 --- a/api-guide/exceptions.html +++ b/api-guide/exceptions.html @@ -182,31 +182,12 @@  <li><a href="#throttled">Throttled</a></li>                <div> -              <hr> -<p><strong>The team behind REST framework is launching a new API service.</strong></p> -<p>If you want to be first in line when we start issuing invitations, please sign up here:</p> -<!-- Begin MailChimp Signup Form --> -<link href="//cdn-images.mailchimp.com/embedcode/slim-081711.css" rel="stylesheet" type="text/css"> -<style type="text/css"> -    #mc_embed_signup{background:#fff; clear:left; font:14px Helvetica,Arial,sans-serif; } -    /* Add your own MailChimp form style overrides in your site stylesheet or in this style block. -       We recommend moving this block and the preceding CSS link to the HEAD of your HTML file. */ -</style> -<div id="mc_embed_signup" style="background: rgb(245, 245, 245)"> -<form action="http://dabapps.us1.list-manage1.com/subscribe/post?u=cf73a9994eb5b8d8d461b5dfb&id=cb6af8e8bd" method="post" id="mc-embedded-subscribe-form" name="mc-embedded-subscribe-form" class="validate" target="_blank" novalidate> -<!--     <label for="mce-EMAIL">Keep me posted!</label> - -->    <input style="width: 90%" type="email" value="" name="EMAIL" class="email" id="mce-EMAIL" placeholder="email address" required> -    <div class="clear"><input class="btn btn-success" type="submit" value="Yes, keep me posted!" name="subscribe" id="mc-embedded-subscribe" class="button"></div> -</form>  </div> -</style></div> -              </ul> - +</ul> -<!--End mc_embed_signup-->              </div>            </div> diff --git a/api-guide/fields.html b/api-guide/fields.html index 6cbb7f12..8f50657e 100644 --- a/api-guide/fields.html +++ b/api-guide/fields.html @@ -195,31 +195,12 @@  <li><a href="#examples">Examples</a></li>                <div> -              <hr> - -<p><strong>The team behind REST framework is launching a new API service.</strong></p> - -<p>If you want to be first in line when we start issuing invitations, please sign up here:</p> - -<!-- Begin MailChimp Signup Form --> -<link href="//cdn-images.mailchimp.com/embedcode/slim-081711.css" rel="stylesheet" type="text/css"> -<style type="text/css"> -    #mc_embed_signup{background:#fff; clear:left; font:14px Helvetica,Arial,sans-serif; } -    /* Add your own MailChimp form style overrides in your site stylesheet or in this style block. -       We recommend moving this block and the preceding CSS link to the HEAD of your HTML file. */ -</style> -<div id="mc_embed_signup" style="background: rgb(245, 245, 245)"> -<form action="http://dabapps.us1.list-manage1.com/subscribe/post?u=cf73a9994eb5b8d8d461b5dfb&id=cb6af8e8bd" method="post" id="mc-embedded-subscribe-form" name="mc-embedded-subscribe-form" class="validate" target="_blank" novalidate> -<!--     <label for="mce-EMAIL">Keep me posted!</label> - -->    <input style="width: 90%" type="email" value="" name="EMAIL" class="email" id="mce-EMAIL" placeholder="email address" required> -    <div class="clear"><input class="btn btn-success" type="submit" value="Yes, keep me posted!" name="subscribe" id="mc-embedded-subscribe" class="button"></div> -</form> -</div> -</style></div> -              </ul> -<!--End mc_embed_signup--> + +</div> +</ul> +              </div>            </div> diff --git a/api-guide/filtering.html b/api-guide/filtering.html index 221ed1a7..c0e660a7 100644 --- a/api-guide/filtering.html +++ b/api-guide/filtering.html @@ -187,31 +187,12 @@  <li><a href="#django-rest-framework-chain">Django REST framework chain</a></li>                <div> -              <hr> - -<p><strong>The team behind REST framework is launching a new API service.</strong></p> - -<p>If you want to be first in line when we start issuing invitations, please sign up here:</p> - -<!-- Begin MailChimp Signup Form --> -<link href="//cdn-images.mailchimp.com/embedcode/slim-081711.css" rel="stylesheet" type="text/css"> -<style type="text/css"> -    #mc_embed_signup{background:#fff; clear:left; font:14px Helvetica,Arial,sans-serif; } -    /* Add your own MailChimp form style overrides in your site stylesheet or in this style block. -       We recommend moving this block and the preceding CSS link to the HEAD of your HTML file. */ -</style> -<div id="mc_embed_signup" style="background: rgb(245, 245, 245)"> -<form action="http://dabapps.us1.list-manage1.com/subscribe/post?u=cf73a9994eb5b8d8d461b5dfb&id=cb6af8e8bd" method="post" id="mc-embedded-subscribe-form" name="mc-embedded-subscribe-form" class="validate" target="_blank" novalidate> -<!--     <label for="mce-EMAIL">Keep me posted!</label> - -->    <input style="width: 90%" type="email" value="" name="EMAIL" class="email" id="mce-EMAIL" placeholder="email address" required> -    <div class="clear"><input class="btn btn-success" type="submit" value="Yes, keep me posted!" name="subscribe" id="mc-embedded-subscribe" class="button"></div> -</form> -</div> -</style></div> -              </ul> -<!--End mc_embed_signup--> + +</div> +</ul> +              </div>            </div> diff --git a/api-guide/format-suffixes.html b/api-guide/format-suffixes.html index 3137e705..5c1ba33c 100644 --- a/api-guide/format-suffixes.html +++ b/api-guide/format-suffixes.html @@ -173,31 +173,12 @@  <li><a href="#accept-headers-vs-format-suffixes">Accept headers vs. format suffixes</a></li>                <div> -              <hr> -<p><strong>The team behind REST framework is launching a new API service.</strong></p> -<p>If you want to be first in line when we start issuing invitations, please sign up here:</p> -<!-- Begin MailChimp Signup Form --> -<link href="//cdn-images.mailchimp.com/embedcode/slim-081711.css" rel="stylesheet" type="text/css"> -<style type="text/css"> -    #mc_embed_signup{background:#fff; clear:left; font:14px Helvetica,Arial,sans-serif; } -    /* Add your own MailChimp form style overrides in your site stylesheet or in this style block. -       We recommend moving this block and the preceding CSS link to the HEAD of your HTML file. */ -</style> -<div id="mc_embed_signup" style="background: rgb(245, 245, 245)"> -<form action="http://dabapps.us1.list-manage1.com/subscribe/post?u=cf73a9994eb5b8d8d461b5dfb&id=cb6af8e8bd" method="post" id="mc-embedded-subscribe-form" name="mc-embedded-subscribe-form" class="validate" target="_blank" novalidate> -<!--     <label for="mce-EMAIL">Keep me posted!</label> - -->    <input style="width: 90%" type="email" value="" name="EMAIL" class="email" id="mce-EMAIL" placeholder="email address" required> -    <div class="clear"><input class="btn btn-success" type="submit" value="Yes, keep me posted!" name="subscribe" id="mc-embedded-subscribe" class="button"></div> -</form>  </div> -</style></div> -              </ul> - +</ul> -<!--End mc_embed_signup-->              </div>            </div> diff --git a/api-guide/generic-views.html b/api-guide/generic-views.html index c90330fc..33d13e65 100644 --- a/api-guide/generic-views.html +++ b/api-guide/generic-views.html @@ -193,31 +193,12 @@  <li><a href="#creating-custom-base-classes">Creating custom base classes</a></li>                <div> -              <hr> -<p><strong>The team behind REST framework is launching a new API service.</strong></p> -<p>If you want to be first in line when we start issuing invitations, please sign up here:</p> -<!-- Begin MailChimp Signup Form --> -<link href="//cdn-images.mailchimp.com/embedcode/slim-081711.css" rel="stylesheet" type="text/css"> -<style type="text/css"> -    #mc_embed_signup{background:#fff; clear:left; font:14px Helvetica,Arial,sans-serif; } -    /* Add your own MailChimp form style overrides in your site stylesheet or in this style block. -       We recommend moving this block and the preceding CSS link to the HEAD of your HTML file. */ -</style> -<div id="mc_embed_signup" style="background: rgb(245, 245, 245)"> -<form action="http://dabapps.us1.list-manage1.com/subscribe/post?u=cf73a9994eb5b8d8d461b5dfb&id=cb6af8e8bd" method="post" id="mc-embedded-subscribe-form" name="mc-embedded-subscribe-form" class="validate" target="_blank" novalidate> -<!--     <label for="mce-EMAIL">Keep me posted!</label> - -->    <input style="width: 90%" type="email" value="" name="EMAIL" class="email" id="mce-EMAIL" placeholder="email address" required> -    <div class="clear"><input class="btn btn-success" type="submit" value="Yes, keep me posted!" name="subscribe" id="mc-embedded-subscribe" class="button"></div> -</form>  </div> -</style></div> -              </ul> - +</ul> -<!--End mc_embed_signup-->              </div>            </div> diff --git a/api-guide/pagination.html b/api-guide/pagination.html index bda2b457..44c5c47a 100644 --- a/api-guide/pagination.html +++ b/api-guide/pagination.html @@ -177,31 +177,12 @@  <li><a href="#using-your-custom-pagination-serializer">Using your custom pagination serializer</a></li>                <div> -              <hr> - -<p><strong>The team behind REST framework is launching a new API service.</strong></p> - -<p>If you want to be first in line when we start issuing invitations, please sign up here:</p> - -<!-- Begin MailChimp Signup Form --> -<link href="//cdn-images.mailchimp.com/embedcode/slim-081711.css" rel="stylesheet" type="text/css"> -<style type="text/css"> -    #mc_embed_signup{background:#fff; clear:left; font:14px Helvetica,Arial,sans-serif; } -    /* Add your own MailChimp form style overrides in your site stylesheet or in this style block. -       We recommend moving this block and the preceding CSS link to the HEAD of your HTML file. */ -</style> -<div id="mc_embed_signup" style="background: rgb(245, 245, 245)"> -<form action="http://dabapps.us1.list-manage1.com/subscribe/post?u=cf73a9994eb5b8d8d461b5dfb&id=cb6af8e8bd" method="post" id="mc-embedded-subscribe-form" name="mc-embedded-subscribe-form" class="validate" target="_blank" novalidate> -<!--     <label for="mce-EMAIL">Keep me posted!</label> - -->    <input style="width: 90%" type="email" value="" name="EMAIL" class="email" id="mce-EMAIL" placeholder="email address" required> -    <div class="clear"><input class="btn btn-success" type="submit" value="Yes, keep me posted!" name="subscribe" id="mc-embedded-subscribe" class="button"></div> -</form> -</div> -</style></div> -              </ul> -<!--End mc_embed_signup--> + +</div> +</ul> +              </div>            </div> diff --git a/api-guide/parsers.html b/api-guide/parsers.html index c0ce8d60..bef38ff0 100644 --- a/api-guide/parsers.html +++ b/api-guide/parsers.html @@ -185,31 +185,12 @@  <li><a href="#camelcase-json">CamelCase JSON</a></li>                <div> -              <hr> -<p><strong>The team behind REST framework is launching a new API service.</strong></p> -<p>If you want to be first in line when we start issuing invitations, please sign up here:</p> -<!-- Begin MailChimp Signup Form --> -<link href="//cdn-images.mailchimp.com/embedcode/slim-081711.css" rel="stylesheet" type="text/css"> -<style type="text/css"> -    #mc_embed_signup{background:#fff; clear:left; font:14px Helvetica,Arial,sans-serif; } -    /* Add your own MailChimp form style overrides in your site stylesheet or in this style block. -       We recommend moving this block and the preceding CSS link to the HEAD of your HTML file. */ -</style> -<div id="mc_embed_signup" style="background: rgb(245, 245, 245)"> -<form action="http://dabapps.us1.list-manage1.com/subscribe/post?u=cf73a9994eb5b8d8d461b5dfb&id=cb6af8e8bd" method="post" id="mc-embedded-subscribe-form" name="mc-embedded-subscribe-form" class="validate" target="_blank" novalidate> -<!--     <label for="mce-EMAIL">Keep me posted!</label> - -->    <input style="width: 90%" type="email" value="" name="EMAIL" class="email" id="mce-EMAIL" placeholder="email address" required> -    <div class="clear"><input class="btn btn-success" type="submit" value="Yes, keep me posted!" name="subscribe" id="mc-embedded-subscribe" class="button"></div> -</form>  </div> -</style></div> -              </ul> - +</ul> -<!--End mc_embed_signup-->              </div>            </div> diff --git a/api-guide/permissions.html b/api-guide/permissions.html index 75275f32..3c30e87c 100644 --- a/api-guide/permissions.html +++ b/api-guide/permissions.html @@ -188,31 +188,12 @@  <li><a href="#rest-condition">REST Condition</a></li>                <div> -              <hr> -<p><strong>The team behind REST framework is launching a new API service.</strong></p> -<p>If you want to be first in line when we start issuing invitations, please sign up here:</p> -<!-- Begin MailChimp Signup Form --> -<link href="//cdn-images.mailchimp.com/embedcode/slim-081711.css" rel="stylesheet" type="text/css"> -<style type="text/css"> -    #mc_embed_signup{background:#fff; clear:left; font:14px Helvetica,Arial,sans-serif; } -    /* Add your own MailChimp form style overrides in your site stylesheet or in this style block. -       We recommend moving this block and the preceding CSS link to the HEAD of your HTML file. */ -</style> -<div id="mc_embed_signup" style="background: rgb(245, 245, 245)"> -<form action="http://dabapps.us1.list-manage1.com/subscribe/post?u=cf73a9994eb5b8d8d461b5dfb&id=cb6af8e8bd" method="post" id="mc-embedded-subscribe-form" name="mc-embedded-subscribe-form" class="validate" target="_blank" novalidate> -<!--     <label for="mce-EMAIL">Keep me posted!</label> - -->    <input style="width: 90%" type="email" value="" name="EMAIL" class="email" id="mce-EMAIL" placeholder="email address" required> -    <div class="clear"><input class="btn btn-success" type="submit" value="Yes, keep me posted!" name="subscribe" id="mc-embedded-subscribe" class="button"></div> -</form>  </div> -</style></div> -              </ul> - +</ul> -<!--End mc_embed_signup-->              </div>            </div> diff --git a/api-guide/relations.html b/api-guide/relations.html index d9e1a8a1..cc474c34 100644 --- a/api-guide/relations.html +++ b/api-guide/relations.html @@ -189,31 +189,12 @@  <li><a href="#drf-nested-routers">DRF Nested Routers</a></li>                <div> -              <hr> - -<p><strong>The team behind REST framework is launching a new API service.</strong></p> - -<p>If you want to be first in line when we start issuing invitations, please sign up here:</p> - -<!-- Begin MailChimp Signup Form --> -<link href="//cdn-images.mailchimp.com/embedcode/slim-081711.css" rel="stylesheet" type="text/css"> -<style type="text/css"> -    #mc_embed_signup{background:#fff; clear:left; font:14px Helvetica,Arial,sans-serif; } -    /* Add your own MailChimp form style overrides in your site stylesheet or in this style block. -       We recommend moving this block and the preceding CSS link to the HEAD of your HTML file. */ -</style> -<div id="mc_embed_signup" style="background: rgb(245, 245, 245)"> -<form action="http://dabapps.us1.list-manage1.com/subscribe/post?u=cf73a9994eb5b8d8d461b5dfb&id=cb6af8e8bd" method="post" id="mc-embedded-subscribe-form" name="mc-embedded-subscribe-form" class="validate" target="_blank" novalidate> -<!--     <label for="mce-EMAIL">Keep me posted!</label> - -->    <input style="width: 90%" type="email" value="" name="EMAIL" class="email" id="mce-EMAIL" placeholder="email address" required> -    <div class="clear"><input class="btn btn-success" type="submit" value="Yes, keep me posted!" name="subscribe" id="mc-embedded-subscribe" class="button"></div> -</form> -</div> -</style></div> -              </ul> -<!--End mc_embed_signup--> + +</div> +</ul> +              </div>            </div> diff --git a/api-guide/renderers.html b/api-guide/renderers.html index b98a27de..944677ef 100644 --- a/api-guide/renderers.html +++ b/api-guide/renderers.html @@ -198,31 +198,12 @@  <li><a href="#camelcase-json">CamelCase JSON</a></li>                <div> -              <hr> - -<p><strong>The team behind REST framework is launching a new API service.</strong></p> - -<p>If you want to be first in line when we start issuing invitations, please sign up here:</p> - -<!-- Begin MailChimp Signup Form --> -<link href="//cdn-images.mailchimp.com/embedcode/slim-081711.css" rel="stylesheet" type="text/css"> -<style type="text/css"> -    #mc_embed_signup{background:#fff; clear:left; font:14px Helvetica,Arial,sans-serif; } -    /* Add your own MailChimp form style overrides in your site stylesheet or in this style block. -       We recommend moving this block and the preceding CSS link to the HEAD of your HTML file. */ -</style> -<div id="mc_embed_signup" style="background: rgb(245, 245, 245)"> -<form action="http://dabapps.us1.list-manage1.com/subscribe/post?u=cf73a9994eb5b8d8d461b5dfb&id=cb6af8e8bd" method="post" id="mc-embedded-subscribe-form" name="mc-embedded-subscribe-form" class="validate" target="_blank" novalidate> -<!--     <label for="mce-EMAIL">Keep me posted!</label> - -->    <input style="width: 90%" type="email" value="" name="EMAIL" class="email" id="mce-EMAIL" placeholder="email address" required> -    <div class="clear"><input class="btn btn-success" type="submit" value="Yes, keep me posted!" name="subscribe" id="mc-embedded-subscribe" class="button"></div> -</form> -</div> -</style></div> -              </ul> -<!--End mc_embed_signup--> + +</div> +</ul> +              </div>            </div> diff --git a/api-guide/requests.html b/api-guide/requests.html index 63753427..8399935c 100644 --- a/api-guide/requests.html +++ b/api-guide/requests.html @@ -185,31 +185,12 @@  <li class="main"><a href="#standard-httprequest-attributes">Standard HttpRequest attributes</a></li>                <div> -              <hr> -<p><strong>The team behind REST framework is launching a new API service.</strong></p> -<p>If you want to be first in line when we start issuing invitations, please sign up here:</p> -<!-- Begin MailChimp Signup Form --> -<link href="//cdn-images.mailchimp.com/embedcode/slim-081711.css" rel="stylesheet" type="text/css"> -<style type="text/css"> -    #mc_embed_signup{background:#fff; clear:left; font:14px Helvetica,Arial,sans-serif; } -    /* Add your own MailChimp form style overrides in your site stylesheet or in this style block. -       We recommend moving this block and the preceding CSS link to the HEAD of your HTML file. */ -</style> -<div id="mc_embed_signup" style="background: rgb(245, 245, 245)"> -<form action="http://dabapps.us1.list-manage1.com/subscribe/post?u=cf73a9994eb5b8d8d461b5dfb&id=cb6af8e8bd" method="post" id="mc-embedded-subscribe-form" name="mc-embedded-subscribe-form" class="validate" target="_blank" novalidate> -<!--     <label for="mce-EMAIL">Keep me posted!</label> - -->    <input style="width: 90%" type="email" value="" name="EMAIL" class="email" id="mce-EMAIL" placeholder="email address" required> -    <div class="clear"><input class="btn btn-success" type="submit" value="Yes, keep me posted!" name="subscribe" id="mc-embedded-subscribe" class="button"></div> -</form>  </div> -</style></div> -              </ul> - +</ul> -<!--End mc_embed_signup-->              </div>            </div> diff --git a/api-guide/responses.html b/api-guide/responses.html index 27a8d22d..4577d70c 100644 --- a/api-guide/responses.html +++ b/api-guide/responses.html @@ -183,31 +183,12 @@  <li><a href="#render()">.render()</a></li>                <div> -              <hr> -<p><strong>The team behind REST framework is launching a new API service.</strong></p> -<p>If you want to be first in line when we start issuing invitations, please sign up here:</p> -<!-- Begin MailChimp Signup Form --> -<link href="//cdn-images.mailchimp.com/embedcode/slim-081711.css" rel="stylesheet" type="text/css"> -<style type="text/css"> -    #mc_embed_signup{background:#fff; clear:left; font:14px Helvetica,Arial,sans-serif; } -    /* Add your own MailChimp form style overrides in your site stylesheet or in this style block. -       We recommend moving this block and the preceding CSS link to the HEAD of your HTML file. */ -</style> -<div id="mc_embed_signup" style="background: rgb(245, 245, 245)"> -<form action="http://dabapps.us1.list-manage1.com/subscribe/post?u=cf73a9994eb5b8d8d461b5dfb&id=cb6af8e8bd" method="post" id="mc-embedded-subscribe-form" name="mc-embedded-subscribe-form" class="validate" target="_blank" novalidate> -<!--     <label for="mce-EMAIL">Keep me posted!</label> - -->    <input style="width: 90%" type="email" value="" name="EMAIL" class="email" id="mce-EMAIL" placeholder="email address" required> -    <div class="clear"><input class="btn btn-success" type="submit" value="Yes, keep me posted!" name="subscribe" id="mc-embedded-subscribe" class="button"></div> -</form>  </div> -</style></div> -              </ul> - +</ul> -<!--End mc_embed_signup-->              </div>            </div> diff --git a/api-guide/reverse.html b/api-guide/reverse.html index 7db25193..49757314 100644 --- a/api-guide/reverse.html +++ b/api-guide/reverse.html @@ -173,31 +173,12 @@  <li><a href="#reverse_lazy">reverse_lazy</a></li>                <div> -              <hr> -<p><strong>The team behind REST framework is launching a new API service.</strong></p> -<p>If you want to be first in line when we start issuing invitations, please sign up here:</p> -<!-- Begin MailChimp Signup Form --> -<link href="//cdn-images.mailchimp.com/embedcode/slim-081711.css" rel="stylesheet" type="text/css"> -<style type="text/css"> -    #mc_embed_signup{background:#fff; clear:left; font:14px Helvetica,Arial,sans-serif; } -    /* Add your own MailChimp form style overrides in your site stylesheet or in this style block. -       We recommend moving this block and the preceding CSS link to the HEAD of your HTML file. */ -</style> -<div id="mc_embed_signup" style="background: rgb(245, 245, 245)"> -<form action="http://dabapps.us1.list-manage1.com/subscribe/post?u=cf73a9994eb5b8d8d461b5dfb&id=cb6af8e8bd" method="post" id="mc-embedded-subscribe-form" name="mc-embedded-subscribe-form" class="validate" target="_blank" novalidate> -<!--     <label for="mce-EMAIL">Keep me posted!</label> - -->    <input style="width: 90%" type="email" value="" name="EMAIL" class="email" id="mce-EMAIL" placeholder="email address" required> -    <div class="clear"><input class="btn btn-success" type="submit" value="Yes, keep me posted!" name="subscribe" id="mc-embedded-subscribe" class="button"></div> -</form>  </div> -</style></div> -              </ul> - +</ul> -<!--End mc_embed_signup-->              </div>            </div> diff --git a/api-guide/routers.html b/api-guide/routers.html index 365154ad..90866bf4 100644 --- a/api-guide/routers.html +++ b/api-guide/routers.html @@ -181,31 +181,12 @@  <li><a href="#wqdb">wq.db</a></li>                <div> -              <hr> -<p><strong>The team behind REST framework is launching a new API service.</strong></p> -<p>If you want to be first in line when we start issuing invitations, please sign up here:</p> -<!-- Begin MailChimp Signup Form --> -<link href="//cdn-images.mailchimp.com/embedcode/slim-081711.css" rel="stylesheet" type="text/css"> -<style type="text/css"> -    #mc_embed_signup{background:#fff; clear:left; font:14px Helvetica,Arial,sans-serif; } -    /* Add your own MailChimp form style overrides in your site stylesheet or in this style block. -       We recommend moving this block and the preceding CSS link to the HEAD of your HTML file. */ -</style> -<div id="mc_embed_signup" style="background: rgb(245, 245, 245)"> -<form action="http://dabapps.us1.list-manage1.com/subscribe/post?u=cf73a9994eb5b8d8d461b5dfb&id=cb6af8e8bd" method="post" id="mc-embedded-subscribe-form" name="mc-embedded-subscribe-form" class="validate" target="_blank" novalidate> -<!--     <label for="mce-EMAIL">Keep me posted!</label> - -->    <input style="width: 90%" type="email" value="" name="EMAIL" class="email" id="mce-EMAIL" placeholder="email address" required> -    <div class="clear"><input class="btn btn-success" type="submit" value="Yes, keep me posted!" name="subscribe" id="mc-embedded-subscribe" class="button"></div> -</form>  </div> -</style></div> -              </ul> - +</ul> -<!--End mc_embed_signup-->              </div>            </div> diff --git a/api-guide/serializers.html b/api-guide/serializers.html index 70696b3a..84a9759a 100644 --- a/api-guide/serializers.html +++ b/api-guide/serializers.html @@ -190,31 +190,12 @@  <li><a href="#customising-the-default-fields">Customising the default fields</a></li>                <div> -              <hr> - -<p><strong>The team behind REST framework is launching a new API service.</strong></p> - -<p>If you want to be first in line when we start issuing invitations, please sign up here:</p> - -<!-- Begin MailChimp Signup Form --> -<link href="//cdn-images.mailchimp.com/embedcode/slim-081711.css" rel="stylesheet" type="text/css"> -<style type="text/css"> -    #mc_embed_signup{background:#fff; clear:left; font:14px Helvetica,Arial,sans-serif; } -    /* Add your own MailChimp form style overrides in your site stylesheet or in this style block. -       We recommend moving this block and the preceding CSS link to the HEAD of your HTML file. */ -</style> -<div id="mc_embed_signup" style="background: rgb(245, 245, 245)"> -<form action="http://dabapps.us1.list-manage1.com/subscribe/post?u=cf73a9994eb5b8d8d461b5dfb&id=cb6af8e8bd" method="post" id="mc-embedded-subscribe-form" name="mc-embedded-subscribe-form" class="validate" target="_blank" novalidate> -<!--     <label for="mce-EMAIL">Keep me posted!</label> - -->    <input style="width: 90%" type="email" value="" name="EMAIL" class="email" id="mce-EMAIL" placeholder="email address" required> -    <div class="clear"><input class="btn btn-success" type="submit" value="Yes, keep me posted!" name="subscribe" id="mc-embedded-subscribe" class="button"></div> -</form> -</div> -</style></div> -              </ul> -<!--End mc_embed_signup--> + +</div> +</ul> +              </div>            </div> diff --git a/api-guide/settings.html b/api-guide/settings.html index d9e493d9..944537c9 100644 --- a/api-guide/settings.html +++ b/api-guide/settings.html @@ -181,31 +181,12 @@  <li><a href="#miscellaneous-settings">Miscellaneous settings</a></li>                <div> -              <hr> -<p><strong>The team behind REST framework is launching a new API service.</strong></p> -<p>If you want to be first in line when we start issuing invitations, please sign up here:</p> -<!-- Begin MailChimp Signup Form --> -<link href="//cdn-images.mailchimp.com/embedcode/slim-081711.css" rel="stylesheet" type="text/css"> -<style type="text/css"> -    #mc_embed_signup{background:#fff; clear:left; font:14px Helvetica,Arial,sans-serif; } -    /* Add your own MailChimp form style overrides in your site stylesheet or in this style block. -       We recommend moving this block and the preceding CSS link to the HEAD of your HTML file. */ -</style> -<div id="mc_embed_signup" style="background: rgb(245, 245, 245)"> -<form action="http://dabapps.us1.list-manage1.com/subscribe/post?u=cf73a9994eb5b8d8d461b5dfb&id=cb6af8e8bd" method="post" id="mc-embedded-subscribe-form" name="mc-embedded-subscribe-form" class="validate" target="_blank" novalidate> -<!--     <label for="mce-EMAIL">Keep me posted!</label> - -->    <input style="width: 90%" type="email" value="" name="EMAIL" class="email" id="mce-EMAIL" placeholder="email address" required> -    <div class="clear"><input class="btn btn-success" type="submit" value="Yes, keep me posted!" name="subscribe" id="mc-embedded-subscribe" class="button"></div> -</form>  </div> -</style></div> -              </ul> - +</ul> -<!--End mc_embed_signup-->              </div>            </div> diff --git a/api-guide/status-codes.html b/api-guide/status-codes.html index 18a31fb2..c2135da1 100644 --- a/api-guide/status-codes.html +++ b/api-guide/status-codes.html @@ -177,31 +177,12 @@  <li><a href="#helper-functions">Helper functions</a></li>                <div> -              <hr> -<p><strong>The team behind REST framework is launching a new API service.</strong></p> -<p>If you want to be first in line when we start issuing invitations, please sign up here:</p> -<!-- Begin MailChimp Signup Form --> -<link href="//cdn-images.mailchimp.com/embedcode/slim-081711.css" rel="stylesheet" type="text/css"> -<style type="text/css"> -    #mc_embed_signup{background:#fff; clear:left; font:14px Helvetica,Arial,sans-serif; } -    /* Add your own MailChimp form style overrides in your site stylesheet or in this style block. -       We recommend moving this block and the preceding CSS link to the HEAD of your HTML file. */ -</style> -<div id="mc_embed_signup" style="background: rgb(245, 245, 245)"> -<form action="http://dabapps.us1.list-manage1.com/subscribe/post?u=cf73a9994eb5b8d8d461b5dfb&id=cb6af8e8bd" method="post" id="mc-embedded-subscribe-form" name="mc-embedded-subscribe-form" class="validate" target="_blank" novalidate> -<!--     <label for="mce-EMAIL">Keep me posted!</label> - -->    <input style="width: 90%" type="email" value="" name="EMAIL" class="email" id="mce-EMAIL" placeholder="email address" required> -    <div class="clear"><input class="btn btn-success" type="submit" value="Yes, keep me posted!" name="subscribe" id="mc-embedded-subscribe" class="button"></div> -</form>  </div> -</style></div> -              </ul> +</ul> - -<!--End mc_embed_signup-->              </div>            </div> diff --git a/api-guide/testing.html b/api-guide/testing.html index eb8d668c..f67267e7 100644 --- a/api-guide/testing.html +++ b/api-guide/testing.html @@ -187,31 +187,12 @@  <li><a href="#setting-the-available-formats">Setting the available formats</a></li>                <div> -              <hr> -<p><strong>The team behind REST framework is launching a new API service.</strong></p> -<p>If you want to be first in line when we start issuing invitations, please sign up here:</p> -<!-- Begin MailChimp Signup Form --> -<link href="//cdn-images.mailchimp.com/embedcode/slim-081711.css" rel="stylesheet" type="text/css"> -<style type="text/css"> -    #mc_embed_signup{background:#fff; clear:left; font:14px Helvetica,Arial,sans-serif; } -    /* Add your own MailChimp form style overrides in your site stylesheet or in this style block. -       We recommend moving this block and the preceding CSS link to the HEAD of your HTML file. */ -</style> -<div id="mc_embed_signup" style="background: rgb(245, 245, 245)"> -<form action="http://dabapps.us1.list-manage1.com/subscribe/post?u=cf73a9994eb5b8d8d461b5dfb&id=cb6af8e8bd" method="post" id="mc-embedded-subscribe-form" name="mc-embedded-subscribe-form" class="validate" target="_blank" novalidate> -<!--     <label for="mce-EMAIL">Keep me posted!</label> - -->    <input style="width: 90%" type="email" value="" name="EMAIL" class="email" id="mce-EMAIL" placeholder="email address" required> -    <div class="clear"><input class="btn btn-success" type="submit" value="Yes, keep me posted!" name="subscribe" id="mc-embedded-subscribe" class="button"></div> -</form>  </div> -</style></div> -              </ul> - +</ul> -<!--End mc_embed_signup-->              </div>            </div> diff --git a/api-guide/throttling.html b/api-guide/throttling.html index fc2dd14a..5a47e4ef 100644 --- a/api-guide/throttling.html +++ b/api-guide/throttling.html @@ -180,31 +180,12 @@  <li><a href="#example">Example</a></li>                <div> -              <hr> -<p><strong>The team behind REST framework is launching a new API service.</strong></p> -<p>If you want to be first in line when we start issuing invitations, please sign up here:</p> -<!-- Begin MailChimp Signup Form --> -<link href="//cdn-images.mailchimp.com/embedcode/slim-081711.css" rel="stylesheet" type="text/css"> -<style type="text/css"> -    #mc_embed_signup{background:#fff; clear:left; font:14px Helvetica,Arial,sans-serif; } -    /* Add your own MailChimp form style overrides in your site stylesheet or in this style block. -       We recommend moving this block and the preceding CSS link to the HEAD of your HTML file. */ -</style> -<div id="mc_embed_signup" style="background: rgb(245, 245, 245)"> -<form action="http://dabapps.us1.list-manage1.com/subscribe/post?u=cf73a9994eb5b8d8d461b5dfb&id=cb6af8e8bd" method="post" id="mc-embedded-subscribe-form" name="mc-embedded-subscribe-form" class="validate" target="_blank" novalidate> -<!--     <label for="mce-EMAIL">Keep me posted!</label> - -->    <input style="width: 90%" type="email" value="" name="EMAIL" class="email" id="mce-EMAIL" placeholder="email address" required> -    <div class="clear"><input class="btn btn-success" type="submit" value="Yes, keep me posted!" name="subscribe" id="mc-embedded-subscribe" class="button"></div> -</form>  </div> -</style></div> -              </ul> - +</ul> -<!--End mc_embed_signup-->              </div>            </div> diff --git a/api-guide/views.html b/api-guide/views.html index 45828da8..f0a1e4e9 100644 --- a/api-guide/views.html +++ b/api-guide/views.html @@ -178,31 +178,12 @@  <li><a href="#api-policy-decorators">API policy decorators</a></li>                <div> -              <hr> -<p><strong>The team behind REST framework is launching a new API service.</strong></p> -<p>If you want to be first in line when we start issuing invitations, please sign up here:</p> -<!-- Begin MailChimp Signup Form --> -<link href="//cdn-images.mailchimp.com/embedcode/slim-081711.css" rel="stylesheet" type="text/css"> -<style type="text/css"> -    #mc_embed_signup{background:#fff; clear:left; font:14px Helvetica,Arial,sans-serif; } -    /* Add your own MailChimp form style overrides in your site stylesheet or in this style block. -       We recommend moving this block and the preceding CSS link to the HEAD of your HTML file. */ -</style> -<div id="mc_embed_signup" style="background: rgb(245, 245, 245)"> -<form action="http://dabapps.us1.list-manage1.com/subscribe/post?u=cf73a9994eb5b8d8d461b5dfb&id=cb6af8e8bd" method="post" id="mc-embedded-subscribe-form" name="mc-embedded-subscribe-form" class="validate" target="_blank" novalidate> -<!--     <label for="mce-EMAIL">Keep me posted!</label> - -->    <input style="width: 90%" type="email" value="" name="EMAIL" class="email" id="mce-EMAIL" placeholder="email address" required> -    <div class="clear"><input class="btn btn-success" type="submit" value="Yes, keep me posted!" name="subscribe" id="mc-embedded-subscribe" class="button"></div> -</form>  </div> -</style></div> -              </ul> - +</ul> -<!--End mc_embed_signup-->              </div>            </div> diff --git a/api-guide/viewsets.html b/api-guide/viewsets.html index f87afe9c..60e4e3ed 100644 --- a/api-guide/viewsets.html +++ b/api-guide/viewsets.html @@ -180,31 +180,12 @@  <li><a href="#example">Example</a></li>                <div> -              <hr> - -<p><strong>The team behind REST framework is launching a new API service.</strong></p> - -<p>If you want to be first in line when we start issuing invitations, please sign up here:</p> - -<!-- Begin MailChimp Signup Form --> -<link href="//cdn-images.mailchimp.com/embedcode/slim-081711.css" rel="stylesheet" type="text/css"> -<style type="text/css"> -    #mc_embed_signup{background:#fff; clear:left; font:14px Helvetica,Arial,sans-serif; } -    /* Add your own MailChimp form style overrides in your site stylesheet or in this style block. -       We recommend moving this block and the preceding CSS link to the HEAD of your HTML file. */ -</style> -<div id="mc_embed_signup" style="background: rgb(245, 245, 245)"> -<form action="http://dabapps.us1.list-manage1.com/subscribe/post?u=cf73a9994eb5b8d8d461b5dfb&id=cb6af8e8bd" method="post" id="mc-embedded-subscribe-form" name="mc-embedded-subscribe-form" class="validate" target="_blank" novalidate> -<!--     <label for="mce-EMAIL">Keep me posted!</label> - -->    <input style="width: 90%" type="email" value="" name="EMAIL" class="email" id="mce-EMAIL" placeholder="email address" required> -    <div class="clear"><input class="btn btn-success" type="submit" value="Yes, keep me posted!" name="subscribe" id="mc-embedded-subscribe" class="button"></div> -</form> -</div> -</style></div> -              </ul> -<!--End mc_embed_signup--> + +</div> +</ul> +              </div>            </div> | 
