We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b443560 commit 4ab7b8fCopy full SHA for 4ab7b8f
docs/topics/release-notes.md
@@ -40,6 +40,13 @@ You can determine your currently installed version using `pip freeze`:
40
41
## 2.3.x series
42
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
50
### 2.3.1
51
52
**Date**: 7th May 2013
rest_framework/__init__.py
@@ -1,4 +1,4 @@
1
-__version__ = '2.3.1'
+__version__ = '2.3.2'
2
3
VERSION = __version__ # synonym
4
0 commit comments