aboutsummaryrefslogtreecommitdiffstats
path: root/docs/api-guide
diff options
context:
space:
mode:
authorTom Christie2014-06-12 11:48:58 +0100
committerTom Christie2014-06-12 11:48:58 +0100
commit82659873c9d3e3058b7e7ea63e4c4b190c7fc19c (patch)
tree2334352e182c315bc4b6fa783f2ee6f568a58555 /docs/api-guide
parent1386767013d044d337b8e08dd2f9b0197197cccf (diff)
downloaddjango-rest-framework-82659873c9d3e3058b7e7ea63e4c4b190c7fc19c.tar.bz2
Fix accidental docs change
Diffstat (limited to 'docs/api-guide')
-rw-r--r--docs/api-guide/content-negotiation.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/api-guide/content-negotiation.md b/docs/api-guide/content-negotiation.md
index 58b2a2ce..94dd59ca 100644
--- a/docs/api-guide/content-negotiation.md
+++ b/docs/api-guide/content-negotiation.md
@@ -1,3 +1,5 @@
+<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.