File tree Expand file tree Collapse file tree 1 file changed +11
-1
lines changed
Expand file tree Collapse file tree 1 file changed +11
-1
lines changed Original file line number Diff line number Diff line change @@ -4,9 +4,19 @@ Changelog
44
55Changes 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
1121Changes in 0.10.7
1222=================
You can’t perform that action at this time.
0 commit comments