mirror of
https://github.com/encode/django-rest-framework.git
synced 2024-11-10 19:56:59 +03:00
Version 2.2.7
This commit is contained in:
parent
37fe0bf0de
commit
ea55143a23
|
@ -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.7
|
||||||
|
|
||||||
|
**Date**: 17th April 2013
|
||||||
|
|
||||||
* Loud failure when view does not return a `Response` or `HttpResponse`.
|
* Loud failure when view does not return a `Response` or `HttpResponse`.
|
||||||
* Bugfix: Fix for Django 1.3 compatiblity.
|
* Bugfix: Fix for Django 1.3 compatiblity.
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
__version__ = '2.2.6'
|
__version__ = '2.2.7'
|
||||||
|
|
||||||
VERSION = __version__ # synonym
|
VERSION = __version__ # synonym
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user