Skip to content

v0.14.1

Choose a tag to compare

@wojcikstefan wojcikstefan released this 01 Oct 20:32
· 1499 commits to master since this release
  • Removed SemiStrictDict and started using a regular dict for BaseDocument._data #1630
  • Added support for the $position param in the $push operator #1566
  • Fixed DateTimeField interpreting an empty string as today #1533
  • Added a missing __ne__ method to the GridFSProxy class #1632
  • Fixed BaseQuerySet._fields_to_db_fields #1553