Fixed handling for old style types
This commit is contained in:
		| @@ -19,6 +19,10 @@ Changes in 0.8 | |||||||
| - Inheritance is off by default (MongoEngine/mongoengine#122) | - Inheritance is off by default (MongoEngine/mongoengine#122) | ||||||
| - Remove _types and just use _cls for inheritance (MongoEngine/mongoengine#148) | - 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 | Changes in 0.7.6 | ||||||
| ================ | ================ | ||||||
| - Unicode fix for repr (MongoEngine/mongoengine#133) | - Unicode fix for repr (MongoEngine/mongoengine#133) | ||||||
|   | |||||||
| @@ -5,7 +5,7 @@ | |||||||
| %define srcname mongoengine | %define srcname mongoengine | ||||||
|  |  | ||||||
| Name:           python-%{srcname} | Name:           python-%{srcname} | ||||||
| Version:        0.7.6 | Version:        0.7.7 | ||||||
| Release:        1%{?dist} | Release:        1%{?dist} | ||||||
| Summary:        A Python Document-Object Mapper for working with MongoDB | Summary:        A Python Document-Object Mapper for working with MongoDB | ||||||
|  |  | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user