aboutsummaryrefslogtreecommitdiffstats
path: root/docs/api-guide/settings.md
diff options
context:
space:
mode:
authorTom Christie2012-10-17 15:41:57 +0100
committerTom Christie2012-10-17 15:41:57 +0100
commitcab4a2a5ad17545ac435785bf55b0b3a6c8f932c (patch)
tree9f7ede0e3a81e65ba952b068b00d49b6764e0adc /docs/api-guide/settings.md
parentb5daa40852fb5936e6cddb31ecda5c4b40175cd4 (diff)
downloaddjango-rest-framework-cab4a2a5ad17545ac435785bf55b0b3a6c8f932c.tar.bz2
Split up doc sections more cleanly
Diffstat (limited to 'docs/api-guide/settings.md')
-rw-r--r--docs/api-guide/settings.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/api-guide/settings.md b/docs/api-guide/settings.md
index f473128e..84acd797 100644
--- a/docs/api-guide/settings.md
+++ b/docs/api-guide/settings.md
@@ -30,6 +30,10 @@ you should use the `api_settings` object. For example.
The `api_settings` object will check for any user-defined settings, and otherwise fallback to the default values. Any setting that uses string import paths to refer to a class will automatically import and return the referenced class, instead of the string literal.
+---
+
+# API Reference
+
## DEFAULT_RENDERERS
A list or tuple of renderer classes, that determines the default set of renderers that may be used when returning a `Response` object.