diff options
| author | Tom Christie | 2013-05-08 20:49:49 +0100 |
|---|---|---|
| committer | Tom Christie | 2013-05-08 20:49:49 +0100 |
| commit | 4ab7b8f257f9d3a1b35d34d0f90f0103b0cc6369 (patch) | |
| tree | 17b4d3261f102949a7e6db7bbc5bc7255c2158c2 /docs | |
| parent | b443560080a20d52a3dd49f625a103810935affd (diff) | |
| download | django-rest-framework-4ab7b8f257f9d3a1b35d34d0f90f0103b0cc6369.tar.bz2 | |
Version 2.3.22.3.2
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/topics/release-notes.md | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/docs/topics/release-notes.md b/docs/topics/release-notes.md index 14732a0d..259aafdd 100644 --- a/docs/topics/release-notes.md +++ b/docs/topics/release-notes.md @@ -40,6 +40,13 @@ You can determine your currently installed version using `pip freeze`: ## 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 **Date**: 7th May 2013 |
