DateTimeField now auto converts valid datetime isostrings into dates (#343)

This commit is contained in:
Ross Lawley
2013-06-04 09:08:13 +00:00
parent f1b97fbc8b
commit 5447c6e947
4 changed files with 32 additions and 9 deletions

View File

@@ -5,6 +5,8 @@ Changelog
Changes in 0.8.2
================
- DateTimeField now auto converts valid datetime isostrings into dates (#343)
- DateTimeField now uses dateutil for parsing if available (#343)
- Fixed Doc.objects(read_preference=X) not setting read preference (#352)
- Django session ttl index expiry fixed (#329)
- Fixed pickle.loads (#342)