Skip to content

Commit c6c5f85

Browse files
committed
update the changelog with everything we've added in v0.10.8
1 parent 7b860f7 commit c6c5f85

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

docs/changelog.rst

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,19 @@ Changelog
44

55
Changes in 0.10.8
66
=================
7+
- Added support for QuerySet.batch_size (#1426)
8+
- Fixed query set iteration within iteration #1427
9+
- Fixed an issue where specifying a MongoDB URI host would override more information than it should #1421
10+
- Added ability to filter the generic reference field by ObjectId and DBRef #1425
11+
- Fixed delete cascade for models with a custom primary key field #1247
712
- Added ability to specify an authentication mechanism (e.g. X.509) #1333
813
- Added support for falsey primary keys (e.g. doc.pk = 0) #1354
9-
- Fixed BaseQuerySet#sum/average for fields w/ explicit db_field #1417
14+
- Fixed QuerySet#sum/average for fields w/ explicit db_field #1417
15+
- Fixed filtering by embedded_doc=None #1422
16+
- Added support for cursor.comment #1420
17+
- Fixed doc.get_<field>_display #1419
18+
- Fixed __repr__ method of the StrictDict #1424
19+
- Added a deprecation warning for Python 2.6
1020

1121
Changes in 0.10.7
1222
=================

0 commit comments

Comments
 (0)