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/2.4-accouncement.md | |
| parent | 3de09f1df04115f142f3e77360fae9810a14be6c (diff) | |
| download | django-rest-framework-21a0a826bba3df01e72ea8b0390e05d50cf9a854.tar.bz2 | |
Add Retry-After to release notes. Refs #1508.
Diffstat (limited to 'docs/topics/2.4-accouncement.md')
| -rw-r--r-- | docs/topics/2.4-accouncement.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/topics/2.4-accouncement.md b/docs/topics/2.4-accouncement.md index 64dcca61..d8e264ff 100644 --- a/docs/topics/2.4-accouncement.md +++ b/docs/topics/2.4-accouncement.md @@ -116,6 +116,8 @@ There are also a number of other features and bugfixes as [listed in the release Smarter [client IP identification for throttling][client-ip-identification], with the addition of the `NUM_PROXIES` setting. +Added the standardized `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. + ## Deprecations All API changes in 2.3 that previously raised `PendingDeprecationWarning` will now raise a `DeprecationWarning`, which is loud by default. |
