Skip to content

Commit 4ab7b8f

Browse files
Version 2.3.2
1 parent b443560 commit 4ab7b8f

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

docs/topics/release-notes.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,13 @@ You can determine your currently installed version using `pip freeze`:
4040

4141
## 2.3.x series
4242

43+
### 2.3.2
44+
45+
**Date**: 8th May 2013
46+
47+
* Bugfix: Fix `TIME_FORMAT`, `DATETIME_FORMAT` and `DATE_FORMAT` settings.
48+
* Bugfix: Fix `DjangoFilterBackend` issue, failing when used on view with queryset attribute.
49+
4350
### 2.3.1
4451

4552
**Date**: 7th May 2013

rest_framework/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = '2.3.1'
1+
__version__ = '2.3.2'
22

33
VERSION = __version__ # synonym
44

0 commit comments

Comments
 (0)