Fixing cloning in python 3

This commit is contained in:
Ross Lawley
2013-04-12 12:55:03 +00:00
parent a84ffce5a0
commit 49a7542b14
2 changed files with 9 additions and 9 deletions

View File

@@ -2,6 +2,11 @@
Changelog
=========
Changes in 0.7.10
=================
- Int fields no longer unset in save when changed to 0 (#272)
- Fixed ReferenceField query chaining bug fixed (#254)
Changes in 0.7.9
================
- Better fix handling for old style _types