diff options
| author | Tom Christie | 2015-03-09 10:18:32 +0000 |
|---|---|---|
| committer | Tom Christie | 2015-03-09 10:18:32 +0000 |
| commit | 1d65378886990a1dc5c36403d454ce251fbda457 (patch) | |
| tree | 85e02aee2a6200d8078a0dad153508849fadb153 /api-guide/metadata | |
| parent | b23778baf9258f6c775e446489e165b1415e9fbc (diff) | |
| download | django-rest-framework-1d65378886990a1dc5c36403d454ce251fbda457.tar.bz2 | |
Update documentation
Diffstat (limited to 'api-guide/metadata')
| -rw-r--r-- | api-guide/metadata/index.html | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/api-guide/metadata/index.html b/api-guide/metadata/index.html index 9d30200e..6bba18af 100644 --- a/api-guide/metadata/index.html +++ b/api-guide/metadata/index.html @@ -388,10 +388,7 @@ - <hr /> -<p><strong>Note</strong>: This is the documentation for the <strong>version 3.0</strong> of REST framework. Documentation for <a href="http://tomchristie.github.io/rest-framework-2-docs/">version 2.4</a> is also available.</p> -<hr /> -<h1 id="metadata">Metadata</h1> + <h1 id="metadata">Metadata</h1> <blockquote> <p>[The <code>OPTIONS</code>] method allows a client to determine the options and/or requirements associated with a resource, or the capabilities of a server, without implying a resource action or initiating a resource retrieval.</p> <p>— <a href="http://tools.ietf.org/html/rfc7231#section-4.3.7">RFC7231, Section 4.3.7.</a></p> |
