Fixed handling for old style types

This commit is contained in:
Ross Lawley
2012-11-27 11:59:34 +00:00
parent 9f5ab8149f
commit 653c4259ee
4 changed files with 10 additions and 7 deletions

View File

@@ -2,6 +2,10 @@
Changelog
=========
Changes in 0.7.7
================
- Fix handling for old style _types
Changes in 0.7.6
================
- Unicode fix for repr (MongoEngine/mongoengine#133)