Fixed QuerySetNoCache.count() caching (#410)

This commit is contained in:
Ross Lawley
2013-07-30 10:30:16 +00:00
parent 1e4d48d371
commit 6efd6faa3f
4 changed files with 39 additions and 8 deletions

View File

@@ -4,6 +4,7 @@ Changelog
Changes in 0.8.4
================
- Fixed QuerySetNoCache.count() caching (#410)
- Don't follow references in _get_changed_fields (#422, #417)
- Allow args and kwargs to be passed through to_json (#420)