diff options
| author | JoseĢ Padilla | 2014-10-31 09:04:39 -0400 | 
|---|---|---|
| committer | Dougal Matthews | 2014-11-25 12:44:11 +0000 | 
| commit | 16d442dda3ee9d4ff40d067d76706959aac4c6a3 (patch) | |
| tree | 2f180dd2ba39e9bed2dea0bbadc85815a043b471 /docs/api-guide/status-codes.md | |
| parent | cbb6799d2dc2d87e58e67e1044075319262a674b (diff) | |
| download | django-rest-framework-16d442dda3ee9d4ff40d067d76706959aac4c6a3.tar.bz2 | |
Use MkDocs meta.source to render source code links
Diffstat (limited to 'docs/api-guide/status-codes.md')
| -rw-r--r-- | docs/api-guide/status-codes.md | 6 | 
1 files changed, 3 insertions, 3 deletions
| diff --git a/docs/api-guide/status-codes.md b/docs/api-guide/status-codes.md index 64c46434..d81e092c 100644 --- a/docs/api-guide/status-codes.md +++ b/docs/api-guide/status-codes.md @@ -1,4 +1,4 @@ -<a class="github" href="status.py"></a> +source: status.py  # Status Codes @@ -27,7 +27,7 @@ The module also includes a set of helper functions for testing if a status code  	        url = reverse('index')  	        response = self.client.get(url)  	        self.assertTrue(status.is_success(response.status_code)) -         +  For more information on proper usage of HTTP status codes see [RFC 2616][rfc2616]  and [RFC 6585][rfc6585]. @@ -51,7 +51,7 @@ This class of status code indicates that the client's request was successfully r      HTTP_205_RESET_CONTENT      HTTP_206_PARTIAL_CONTENT -## Redirection - 3xx  +## Redirection - 3xx  This class of status code indicates that further action needs to be taken by the user agent in order to fulfill the request. | 
