Merge branch 'master' into 0.8
Conflicts: docs/changelog.rst mongoengine/__init__.py
This commit is contained in:
commit
3cc2c617fd
@ -7,8 +7,7 @@ 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.6
|
||||||
Changes in 0.7.X
|
|
||||||
================
|
================
|
||||||
- Unicode fix for repr (MongoEngine/mongoengine#133)
|
- Unicode fix for repr (MongoEngine/mongoengine#133)
|
||||||
- Allow updates with match operators (MongoEngine/mongoengine#144)
|
- Allow updates with match operators (MongoEngine/mongoengine#144)
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
%define srcname mongoengine
|
%define srcname mongoengine
|
||||||
|
|
||||||
Name: python-%{srcname}
|
Name: python-%{srcname}
|
||||||
Version: 0.7.5
|
Version: 0.7.6
|
||||||
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
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user