Compare commits
15 Commits
v0.10.7
...
improve-he
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
8a84398cf6 | ||
|
|
5de80f0327 | ||
|
|
ea91383558 | ||
|
|
081b0e1edd | ||
|
|
5f2cd8ac75 | ||
|
|
f2b8dcf292 | ||
|
|
e2097061e9 | ||
|
|
c72465cbb4 | ||
|
|
5d093e1011 | ||
|
|
13ddef2033 | ||
|
|
0229ebff4b | ||
|
|
fd8cfbf610 | ||
|
|
43adba115b | ||
|
|
3985bd3e53 | ||
|
|
c35dab9541 |
14
README.rst
14
README.rst
@@ -6,15 +6,15 @@ MongoEngine
|
|||||||
:Author: Harry Marr (http://github.com/hmarr)
|
:Author: Harry Marr (http://github.com/hmarr)
|
||||||
:Maintainer: Ross Lawley (http://github.com/rozza)
|
:Maintainer: Ross Lawley (http://github.com/rozza)
|
||||||
|
|
||||||
.. image:: https://travis-ci.org/MongoEngine/mongoengine.svg?branch=master
|
.. image:: https://secure.travis-ci.org/MongoEngine/mongoengine.png?branch=master
|
||||||
:target: https://travis-ci.org/MongoEngine/mongoengine
|
:target: http://travis-ci.org/MongoEngine/mongoengine
|
||||||
|
|
||||||
.. image:: https://coveralls.io/repos/github/MongoEngine/mongoengine/badge.svg?branch=master
|
.. image:: https://coveralls.io/repos/MongoEngine/mongoengine/badge.png?branch=master
|
||||||
:target: https://coveralls.io/github/MongoEngine/mongoengine?branch=master
|
:target: https://coveralls.io/r/MongoEngine/mongoengine?branch=master
|
||||||
|
|
||||||
.. image:: https://landscape.io/github/MongoEngine/mongoengine/master/landscape.svg?style=flat
|
.. image:: https://landscape.io/github/MongoEngine/mongoengine/master/landscape.png
|
||||||
:target: https://landscape.io/github/MongoEngine/mongoengine/master
|
:target: https://landscape.io/github/MongoEngine/mongoengine/master
|
||||||
:alt: Code Health
|
:alt: Code Health
|
||||||
|
|
||||||
About
|
About
|
||||||
=====
|
=====
|
||||||
|
|||||||
@@ -11,6 +11,7 @@ Changes in 0.10.7
|
|||||||
- Dropped Python 3.2 support #1390
|
- Dropped Python 3.2 support #1390
|
||||||
- Fixed the bug where dynamic doc has index inside a dict field #1278
|
- Fixed the bug where dynamic doc has index inside a dict field #1278
|
||||||
- Fixed: ListField minus index assignment does not work #1128
|
- Fixed: ListField minus index assignment does not work #1128
|
||||||
|
- Fixed not being able to specify `use_db_field=False` on `ListField(EmbeddedDocumentField)` instances
|
||||||
- Fixed cascade delete mixing among collections #1224
|
- Fixed cascade delete mixing among collections #1224
|
||||||
- Add `signal_kwargs` argument to `Document.save`, `Document.delete` and `BaseQuerySet.insert` to be passed to signals calls #1206
|
- Add `signal_kwargs` argument to `Document.save`, `Document.delete` and `BaseQuerySet.insert` to be passed to signals calls #1206
|
||||||
- Raise `OperationError` when trying to do a `drop_collection` on document with no collection set.
|
- Raise `OperationError` when trying to do a `drop_collection` on document with no collection set.
|
||||||
@@ -26,8 +27,7 @@ Changes in 0.10.7
|
|||||||
- Added support for pickling QuerySet instances. #1397
|
- Added support for pickling QuerySet instances. #1397
|
||||||
- Fixed connecting to a list of hosts #1389
|
- Fixed connecting to a list of hosts #1389
|
||||||
- Fixed a bug where accessing broken references wouldn't raise a DoesNotExist error #1334
|
- Fixed a bug where accessing broken references wouldn't raise a DoesNotExist error #1334
|
||||||
- Fixed not being able to specify use_db_field=False on ListField(EmbeddedDocumentField) instances #1218
|
- Improvements to the dictionary fields docs # 1383
|
||||||
- Improvements to the dictionary fields docs #1383
|
|
||||||
|
|
||||||
Changes in 0.10.6
|
Changes in 0.10.6
|
||||||
=================
|
=================
|
||||||
|
|||||||
Reference in New Issue
Block a user