aboutsummaryrefslogtreecommitdiffstats
path: root/docs/api-guide/content-negotiation.md
diff options
context:
space:
mode:
authorTom Christie2012-09-16 14:02:18 -0700
committerTom Christie2012-09-16 14:02:18 -0700
commit549ebdc1c67c20bdff39a2f4a59012dd010213a1 (patch)
treeef7b3626e602ecaa1761cb4e780501f0b8db9463 /docs/api-guide/content-negotiation.md
parentb7b8cd11b1aad3fcf4bad221d164bb55e0bf5859 (diff)
parentd8ede0355c32455989ca5f955d555ffaf827b296 (diff)
downloaddjango-rest-framework-549ebdc1c67c20bdff39a2f4a59012dd010213a1.tar.bz2
Merge pull request #263 from tomchristie/decouple-conneg
Content negotiation logic out of response and into View
Diffstat (limited to 'docs/api-guide/content-negotiation.md')
-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.