Skip to content

Commit faef5b8

Browse files
committed
finalize the v0.10.7 changelog
1 parent 0a20e04 commit faef5b8

File tree

1 file changed

+11
-3
lines changed

1 file changed

+11
-3
lines changed

docs/changelog.rst

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,15 @@
22
Changelog
33
=========
44

5-
Changes in 0.10.7 - DEV
6-
=======================
5+
Changes in 0.10.8
6+
=================
7+
- Fill this in as PRs for v0.10.8 are merged
8+
9+
Changes in 0.10.7
10+
=================
711
- Dropped Python 3.2 support #1390
812
- Fixed the bug where dynamic doc has index inside a dict field #1278
13+
- Fixed: ListField minus index assignment does not work #1128
914
- Fixed not being able to specify `use_db_field=False` on `ListField(EmbeddedDocumentField)` instances
1015
- Fixed cascade delete mixing among collections #1224
1116
- Add `signal_kwargs` argument to `Document.save`, `Document.delete` and `BaseQuerySet.insert` to be passed to signals calls #1206
@@ -18,8 +23,11 @@ Changes in 0.10.7 - DEV
1823
- Fixed no_cursor_timeout error with pymongo 3.0+ #1304
1924
- Replaced map-reduce based QuerySet.sum/average with aggregation-based implementations #1336
2025
- Fixed support for `__` to escape field names that match operators names in `update` #1351
21-
- Add support for pickling QuerySet instances. #1397
26+
- Fixed BaseDocument#_mark_as_changed #1369
27+
- Added support for pickling QuerySet instances. #1397
2228
- Fixed connecting to a list of hosts #1389
29+
- Fixed a bug where accessing broken references wouldn't raise a DoesNotExist error #1334
30+
- Improvements to the dictionary fields docs # 1383
2331

2432
Changes in 0.10.6
2533
=================

0 commit comments

Comments
 (0)