Fixed pickle issues with collections (#316)

This commit is contained in:
Ross Lawley 2013-05-20 10:10:53 +00:00
parent 56cd73823e
commit a6bc870815
2 changed files with 2 additions and 0 deletions

View File

@ -160,3 +160,4 @@ that much better:
* Alex (https://github.com/kelsta) * Alex (https://github.com/kelsta)
* Jin Zhang * Jin Zhang
* Daniel Axtens * Daniel Axtens
* Leo-Naeka

View File

@ -4,6 +4,7 @@ Changelog
Changes in 0.8.0 Changes in 0.8.0
================ ================
- Fixed pickle issues with collections (#316)
- Added `get_next_value` preview for SequenceFields (#319) - Added `get_next_value` preview for SequenceFields (#319)
- Added no_sub_classes context manager and queryset helper (#312) - Added no_sub_classes context manager and queryset helper (#312)
- Querysets now utilises a local cache - Querysets now utilises a local cache