diff options
| author | Tom Christie | 2012-10-02 15:24:42 +0100 | 
|---|---|---|
| committer | Tom Christie | 2012-10-02 15:24:42 +0100 | 
| commit | e7685f3eb5c7d7e8fb1678d673f03688012b00cb (patch) | |
| tree | b7f66f5f0583db7a2c58d5d36ff81359d1efb388 /docs/api-guide/settings.md | |
| parent | 8855a462c606c4cb08a86269c1f46dc2b30fc1ac (diff) | |
| download | django-rest-framework-e7685f3eb5c7d7e8fb1678d673f03688012b00cb.tar.bz2 | |
URL overrides in settings fixed up slightly
Diffstat (limited to 'docs/api-guide/settings.md')
| -rw-r--r-- | docs/api-guide/settings.md | 6 | 
1 files changed, 5 insertions, 1 deletions
| diff --git a/docs/api-guide/settings.md b/docs/api-guide/settings.md index 0f66e85e..43be0d47 100644 --- a/docs/api-guide/settings.md +++ b/docs/api-guide/settings.md @@ -136,6 +136,10 @@ The name of a URL parameter that may be used to override the HTTP `Accept` heade  If the value of this setting is `None` then URL accept overloading will be disabled. -Default: `'_accept'` +Default: `'accept'` + +## URL_FORMAT_OVERRIDE + +Default: `'format'`  [cite]: http://www.python.org/dev/peps/pep-0020/ | 
