aboutsummaryrefslogtreecommitdiffstats
path: root/docs/api-guide
diff options
context:
space:
mode:
authorTom Christie2012-09-16 21:48:55 +0100
committerTom Christie2012-09-16 21:48:55 +0100
commita96211d3d1ba246512af5e32c31726a666c467ac (patch)
treef27dc9f1f6900320588bb91fcad76f3366cef815 /docs/api-guide
parent6543ccd244a8d482b8aec18b5d03ee964292f17f (diff)
downloaddjango-rest-framework-a96211d3d1ba246512af5e32c31726a666c467ac.tar.bz2
Simplify negotiation. Drop MSIE hacks. Etc.
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 01895a4b..ad98de3b 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.