Update transform to handle docs erroneously passed to unset (#416)

This commit is contained in:
Ross Lawley
2013-07-30 13:17:38 +00:00
parent 0c43787996
commit 5e70e1bcb2
3 changed files with 29 additions and 1 deletions

View File

@@ -4,6 +4,7 @@ Changelog
Changes in 0.8.4
================
- Update transform to handle docs erroneously passed to unset (#416)
- Fixed indexing - turn off _cls (#414)
- Fixed dereference threading issue in ComplexField.__get__ (#412)
- Fixed QuerySetNoCache.count() caching (#410)