Added pre_save_post_validation signal (#345)

This commit is contained in:
Ross Lawley 2013-06-04 09:35:44 +00:00
commit 4244e7569b
5 changed files with 26 additions and 25 deletions

View file

@ -5,6 +5,7 @@ Changelog
Changes in 0.8.2
================
- Added pre_save_post_validation signal (#345)
- 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)