mirror of
https://github.com/encode/django-rest-framework.git
synced 2025-07-09 15:52:29 +03:00
Version 2.3.7
This commit is contained in:
parent
13ca305b06
commit
f6f69dc71d
|
@ -40,12 +40,14 @@ You can determine your currently installed version using `pip freeze`:
|
||||||
|
|
||||||
## 2.3.x series
|
## 2.3.x series
|
||||||
|
|
||||||
### master
|
### 2.3.7
|
||||||
|
|
||||||
|
**Date**: 16th August 2013
|
||||||
|
|
||||||
* Added `APITestClient`, `APIRequestFactory` and `APITestCase` etc...
|
* Added `APITestClient`, `APIRequestFactory` and `APITestCase` etc...
|
||||||
* Refactor `SessionAuthentication` to allow esier override for CSRF exemption.
|
* Refactor `SessionAuthentication` to allow esier override for CSRF exemption.
|
||||||
* Remove 'Hold down "Control" message from help_text".
|
* Remove 'Hold down "Control" message from help_text' widget messaging when not appropriate.
|
||||||
* Added admin configuration for tokens.
|
* Added admin configuration for auth tokens.
|
||||||
* Bugfix: `AnonRateThrottle` fixed to not throttle authenticated users.
|
* Bugfix: `AnonRateThrottle` fixed to not throttle authenticated users.
|
||||||
* Bugfix: Don't set `X-Throttle-Wait-Seconds` when throttle does not have `wait` value.
|
* Bugfix: Don't set `X-Throttle-Wait-Seconds` when throttle does not have `wait` value.
|
||||||
* Bugfix: Fixed `PATCH` button title in browsable API.
|
* Bugfix: Fixed `PATCH` button title in browsable API.
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
__version__ = '2.3.6'
|
__version__ = '2.3.7'
|
||||||
|
|
||||||
VERSION = __version__ # synonym
|
VERSION = __version__ # synonym
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user