diff options
| author | Tom Christie | 2014-08-28 17:33:56 +0100 |
|---|---|---|
| committer | Tom Christie | 2014-08-28 17:33:56 +0100 |
| commit | 9ae5a48332cb041ef4c56b775beb9ee98df07eb0 (patch) | |
| tree | 9148e9e6669c86e622770eaa16be097467a77f14 /api-guide/settings.html | |
| parent | 66f25af53a6e1815178b8a010ffd451822ffdc6e (diff) | |
| download | django-rest-framework-9ae5a48332cb041ef4c56b775beb9ee98df07eb0.tar.bz2 | |
Latest docs update
Diffstat (limited to 'api-guide/settings.html')
| -rw-r--r-- | api-guide/settings.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/api-guide/settings.html b/api-guide/settings.html index 880b3249..59823263 100644 --- a/api-guide/settings.html +++ b/api-guide/settings.html @@ -434,6 +434,9 @@ If set to <code>None</code> then generic filtering is disabled.</p> <h4 id="format_suffix_kwarg">FORMAT_SUFFIX_KWARG</h4> <p>The name of a parameter in the URL conf that may be used to provide a format suffix.</p> <p>Default: <code>'format'</code></p> +<h4 id="num_proxies">NUM_PROXIES</h4> +<p>An integer of 0 or more, that may be used to specify the number of application proxies that the API runs behind. This allows throttling to more accurately identify client IP addresses. If set to <code>None</code> then less strict IP matching will be used by the throttle classes.</p> +<p>Default: <code>None</code></p> </div><!--/span--> </div><!--/row--> </div><!--/.fluid-container--> |
