mirror of
https://github.com/encode/django-rest-framework.git
synced 2025-02-03 13:14:30 +03:00
Update release notes
This commit is contained in:
parent
7b27997a01
commit
d5b56310b0
|
@ -40,6 +40,17 @@ You can determine your currently installed version using `pip freeze`:
|
|||
|
||||
## 2.3.x series
|
||||
|
||||
### master
|
||||
|
||||
* 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.
|
||||
* 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.
|
||||
* Bugfix: Fix issue with OAuth2 provider naive datetimes.
|
||||
|
||||
### 2.3.6
|
||||
|
||||
**Date**: 27th June 2013
|
||||
|
|
Loading…
Reference in New Issue
Block a user