Cascading saves now default to off (#291)

This commit is contained in:
Ross Lawley
2013-04-25 10:24:33 +00:00
parent c60ea40828
commit fe62c3aacb
5 changed files with 58 additions and 40 deletions

View File

@@ -4,6 +4,7 @@ Changelog
Changes in 0.8.X
================
- Cascading saves now default to off (#291)
- ReferenceField now store ObjectId's by default rather than DBRef (#290)
- Added ImageField support for inline replacements (#86)
- Added SequenceField.set_next_value(value) helper (#159)