mirror of
https://github.com/encode/django-rest-framework.git
synced 2025-06-19 13:03:19 +03:00
Version 2.2.6
This commit is contained in:
parent
ad9aa23198
commit
c2280e34ec
|
@ -40,7 +40,9 @@ You can determine your currently installed version using `pip freeze`:
|
||||||
|
|
||||||
## 2.2.x series
|
## 2.2.x series
|
||||||
|
|
||||||
### Master
|
### 2.2.6
|
||||||
|
|
||||||
|
**Date**: 4th April 2013
|
||||||
|
|
||||||
* OAuth2 authentication no longer requires unneccessary URL parameters in addition to the token.
|
* OAuth2 authentication no longer requires unneccessary URL parameters in addition to the token.
|
||||||
* URL hyperlinking in browseable API now handles more cases correctly.
|
* URL hyperlinking in browseable API now handles more cases correctly.
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
__version__ = '2.2.5'
|
__version__ = '2.2.6'
|
||||||
|
|
||||||
VERSION = __version__ # synonym
|
VERSION = __version__ # synonym
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user