Fixes cascading saves with filefields

fixes #24 #25
This commit is contained in:
Ross Lawley
2012-06-18 16:45:14 +01:00
parent e4bc92235d
commit 89a6eee6af
3 changed files with 14 additions and 3 deletions

View File

@@ -2,6 +2,10 @@
Changelog
=========
Changes in 0.6.X
================
- Fixed recursive save with FileField
Changes in 0.6.10
=================
- Fixed basedict / baselist to return super(..)