Commit 4e805418 by Tom Christie

Version 2.2.3

parent ad336cc6
...@@ -40,6 +40,12 @@ You can determine your currently installed version using `pip freeze`: ...@@ -40,6 +40,12 @@ You can determine your currently installed version using `pip freeze`:
## 2.2.x series ## 2.2.x series
### 2.2.3
**Date**: 7th March 2013
* Bugfix: Fix None values for for `DateField`, `DateTimeField` and `TimeField`.
### 2.2.2 ### 2.2.2
**Date**: 6th March 2013 **Date**: 6th March 2013
......
__version__ = '2.2.2' __version__ = '2.2.3'
VERSION = __version__ # synonym VERSION = __version__ # synonym
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment