diff options
| author | Tom Christie | 2013-03-07 09:05:13 +0000 | 
|---|---|---|
| committer | Tom Christie | 2013-03-07 09:05:13 +0000 | 
| commit | 4e80541824bab0712a816716c5c63ec5623370d8 (patch) | |
| tree | ce3fc7e21b58171a6405e16dddd6bd16ff02c9fe /docs/topics | |
| parent | ad336cc636d98022ea7eda516a04a7937eb32238 (diff) | |
| download | django-rest-framework-4e80541824bab0712a816716c5c63ec5623370d8.tar.bz2 | |
Version 2.2.32.2.3
Diffstat (limited to 'docs/topics')
| -rw-r--r-- | docs/topics/release-notes.md | 6 | 
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/topics/release-notes.md b/docs/topics/release-notes.md index 42b1d8da..535da433 100644 --- a/docs/topics/release-notes.md +++ b/docs/topics/release-notes.md @@ -40,6 +40,12 @@ You can determine your currently installed version using `pip freeze`:  ## 2.2.x series +### 2.2.3 + +**Date**: 7th March 2013 + +* Bugfix: Fix None values for for `DateField`, `DateTimeField` and `TimeField`. +  ### 2.2.2  **Date**: 6th March 2013  | 
