Fixed handling for old style types

This commit is contained in:
Ross Lawley 2012-11-27 14:02:50 +00:00
parent b849c719a8
commit 68e4a27aaf
2 changed files with 5 additions and 1 deletions

View File

@ -19,6 +19,10 @@ Changes in 0.8
- Inheritance is off by default (MongoEngine/mongoengine#122)
- Remove _types and just use _cls for inheritance (MongoEngine/mongoengine#148)
Changes in 0.7.7
================
- Fix handling for old style _types
Changes in 0.7.6
================
- Unicode fix for repr (MongoEngine/mongoengine#133)

View File

@ -5,7 +5,7 @@
%define srcname mongoengine
Name: python-%{srcname}
Version: 0.7.6
Version: 0.7.7
Release: 1%{?dist}
Summary: A Python Document-Object Mapper for working with MongoDB