diff options
| author | Tom Christie | 2014-08-20 17:34:51 +0100 |
|---|---|---|
| committer | Tom Christie | 2014-08-20 17:34:51 +0100 |
| commit | 21a0a826bba3df01e72ea8b0390e05d50cf9a854 (patch) | |
| tree | 1218ac8fbc4e05c80e8c42f574dd0323a18a7aaf /docs/topics/release-notes.md | |
| parent | 3de09f1df04115f142f3e77360fae9810a14be6c (diff) | |
| download | django-rest-framework-21a0a826bba3df01e72ea8b0390e05d50cf9a854.tar.bz2 | |
Add Retry-After to release notes. Refs #1508.
Diffstat (limited to 'docs/topics/release-notes.md')
| -rw-r--r-- | docs/topics/release-notes.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/topics/release-notes.md b/docs/topics/release-notes.md index 0a74a27d..a2b4782f 100644 --- a/docs/topics/release-notes.md +++ b/docs/topics/release-notes.md @@ -52,6 +52,7 @@ You can determine your currently installed version using `pip freeze`: * Support customizable view name and description functions, using the `VIEW_NAME_FUNCTION` and `VIEW_DESCRIPTION_FUNCTION` settings. * Added `NUM_PROXIES` setting for smarter client IP identification. * Added `MAX_PAGINATE_BY` setting and `max_paginate_by` generic view attribute. +* Added `Retry-After` header to throttled responses, as per [RFC 6585](http://tools.ietf.org/html/rfc6585). This should now be used in preference to the custom `X-Trottle-Wait-Seconds` header which will be fully deprecated in 3.0. * Added `cache` attribute to throttles to allow overriding of default cache. * Added `lookup_value_regex` attribute to routers, to allow the URL argument matching to be constrainted by the user. * Added `allow_none` option to `CharField`. |
