Fixed indexing - turn off _cls (#414)

This commit is contained in:
Ross Lawley
2013-07-30 11:43:52 +00:00
parent dc310b99f9
commit 0c43787996
5 changed files with 57 additions and 2 deletions

View File

@@ -4,6 +4,7 @@ Changelog
Changes in 0.8.4
================
- Fixed indexing - turn off _cls (#414)
- Fixed dereference threading issue in ComplexField.__get__ (#412)
- Fixed QuerySetNoCache.count() caching (#410)
- Don't follow references in _get_changed_fields (#422, #417)