aboutsummaryrefslogtreecommitdiffstats
path: root/docs/api-guide
diff options
context:
space:
mode:
authorTom Christie2014-06-12 11:47:26 +0100
committerTom Christie2014-06-12 11:47:26 +0100
commit1386767013d044d337b8e08dd2f9b0197197cccf (patch)
tree4713fe51d5b7f7915762606983b90f3a49be2dd3 /docs/api-guide
parent3dcc6585d21bddcb692ebbcb1985423e4ae6c086 (diff)
downloaddjango-rest-framework-1386767013d044d337b8e08dd2f9b0197197cccf.tar.bz2
Version 2.3.14
Diffstat (limited to 'docs/api-guide')
-rw-r--r--docs/api-guide/content-negotiation.md2
1 files changed, 0 insertions, 2 deletions
diff --git a/docs/api-guide/content-negotiation.md b/docs/api-guide/content-negotiation.md
index 94dd59ca..58b2a2ce 100644
--- a/docs/api-guide/content-negotiation.md
+++ b/docs/api-guide/content-negotiation.md
@@ -1,5 +1,3 @@
-<a class="github" href="negotiation.py"></a>
-
# Content negotiation
> HTTP has provisions for several mechanisms for "content negotiation" - the process of selecting the best representation for a given response when there are multiple representations available.