Fix #864: ComplexDateTimeField should fall back to None when null=True

This commit is contained in:
Jimmy Shen
2015-02-18 10:37:13 -05:00
committed by David Bordeynik
parent baf79dda21
commit ce9d0d7e82
4 changed files with 15 additions and 2 deletions

View File

@@ -216,3 +216,4 @@ that much better:
* Mikhail Moshnogorsky (https://github.com/mikhailmoshnogorsky)
* Diego Berrocal (https://github.com/cestdiego)
* Matthew Ellison (https://github.com/seglberg)
* Jimmy Shen (https://github.com/jimmyshen)