diff options
| author | Tom Christie | 2013-08-16 14:03:20 +0100 |
|---|---|---|
| committer | Tom Christie | 2013-08-16 14:03:20 +0100 |
| commit | f6f69dc71d4db7492b5feecc69627dff0031e2b9 (patch) | |
| tree | 11761edcc87036a9e777e8cd7798bf0c062b75d0 | |
| parent | 13ca305b06a6d9bf982559640fa488f7ad31e2f8 (diff) | |
| download | django-rest-framework-f6f69dc71d4db7492b5feecc69627dff0031e2b9.tar.bz2 | |
Version 2.3.72.3.7
| -rw-r--r-- | docs/topics/release-notes.md | 8 | ||||
| -rw-r--r-- | rest_framework/__init__.py | 2 |
2 files changed, 6 insertions, 4 deletions
diff --git a/docs/topics/release-notes.md b/docs/topics/release-notes.md index 876f46d8..624d9acd 100644 --- a/docs/topics/release-notes.md +++ b/docs/topics/release-notes.md @@ -40,12 +40,14 @@ You can determine your currently installed version using `pip freeze`: ## 2.3.x series -### master +### 2.3.7 + +**Date**: 16th August 2013 * Added `APITestClient`, `APIRequestFactory` and `APITestCase` etc... * Refactor `SessionAuthentication` to allow esier override for CSRF exemption. -* Remove 'Hold down "Control" message from help_text". -* Added admin configuration for tokens. +* Remove 'Hold down "Control" message from help_text' widget messaging when not appropriate. +* Added admin configuration for auth tokens. * Bugfix: `AnonRateThrottle` fixed to not throttle authenticated users. * Bugfix: Don't set `X-Throttle-Wait-Seconds` when throttle does not have `wait` value. * Bugfix: Fixed `PATCH` button title in browsable API. diff --git a/rest_framework/__init__.py b/rest_framework/__init__.py index 776618ac..087808e0 100644 --- a/rest_framework/__init__.py +++ b/rest_framework/__init__.py @@ -1,4 +1,4 @@ -__version__ = '2.3.6' +__version__ = '2.3.7' VERSION = __version__ # synonym |
