Added no_sub_classes context manager and queryset helper (#312)

This commit is contained in:
Ross Lawley
2013-05-10 15:05:16 +00:00
parent 941042d0ba
commit 5b498bd8d6
5 changed files with 108 additions and 7 deletions

View File

@@ -4,6 +4,7 @@ Changelog
Changes in 0.8.0
================
- Added no_sub_classes context manager and queryset helper (#312)
- Querysets now utilises a local cache
- Changed __len__ behavour in the queryset (#247, #311)
- Fixed querying string versions of ObjectIds issue with ReferenceField (#307)