mirror of
https://github.com/encode/django-rest-framework.git
synced 2025-01-23 15:54:16 +03:00
Version 2.3.2
This commit is contained in:
parent
b443560080
commit
4ab7b8f257
|
@ -40,6 +40,13 @@ You can determine your currently installed version using `pip freeze`:
|
||||||
|
|
||||||
## 2.3.x series
|
## 2.3.x series
|
||||||
|
|
||||||
|
### 2.3.2
|
||||||
|
|
||||||
|
**Date**: 8th May 2013
|
||||||
|
|
||||||
|
* Bugfix: Fix `TIME_FORMAT`, `DATETIME_FORMAT` and `DATE_FORMAT` settings.
|
||||||
|
* Bugfix: Fix `DjangoFilterBackend` issue, failing when used on view with queryset attribute.
|
||||||
|
|
||||||
### 2.3.1
|
### 2.3.1
|
||||||
|
|
||||||
**Date**: 7th May 2013
|
**Date**: 7th May 2013
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
__version__ = '2.3.1'
|
__version__ = '2.3.2'
|
||||||
|
|
||||||
VERSION = __version__ # synonym
|
VERSION = __version__ # synonym
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user