Skip to content

Commit 8d6cb08

Browse files
authored
Fix changelog
1 parent 2b7417c commit 8d6cb08

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

docs/changelog.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ Changes in 0.10.7
1111
- Dropped Python 3.2 support #1390
1212
- Fixed the bug where dynamic doc has index inside a dict field #1278
1313
- Fixed: ListField minus index assignment does not work #1128
14-
- Fixed not being able to specify `use_db_field=False` on `ListField(EmbeddedDocumentField)` instances
1514
- Fixed cascade delete mixing among collections #1224
1615
- Add `signal_kwargs` argument to `Document.save`, `Document.delete` and `BaseQuerySet.insert` to be passed to signals calls #1206
1716
- Raise `OperationError` when trying to do a `drop_collection` on document with no collection set.
@@ -28,7 +27,7 @@ Changes in 0.10.7
2827
- Fixed connecting to a list of hosts #1389
2928
- Fixed a bug where accessing broken references wouldn't raise a DoesNotExist error #1334
3029
- Fixed not being able to specify use_db_field=False on ListField(EmbeddedDocumentField) instances #1218
31-
- Improvements to the dictionary fields docs # 1383
30+
- Improvements to the dictionary fields docs #1383
3231

3332
Changes in 0.10.6
3433
=================

0 commit comments

Comments
 (0)