Skip to content

v0.10.8

Choose a tag to compare

@wojcikstefan wojcikstefan released this 11 Dec 04:32
· 1627 commits to master since this release
  • Added support for QuerySet.batch_size #1426
  • Fixed query set iteration within iteration #1427
  • Fixed an issue where specifying a MongoDB URI host would override more information than it should #1421
  • Added ability to filter the generic reference field by ObjectId and DBRef #1425
  • Fixed delete cascade for models with a custom primary key field #1247
  • Added ability to specify an authentication mechanism (e.g. X.509) #1333
  • Added support for falsey primary keys (e.g. doc.pk = 0) #1354
  • Fixed QuerySet#sum/average for fields w/ explicit db_field #1417
  • Fixed filtering by embedded_doc=None #1422
  • Added support for cursor.comment #1420
  • Fixed doc.get__display #1419
  • Fixed repr method of the StrictDict #1424
  • Added a deprecation warning for Python 2.6