v0.14.1
版本发布时间: 2017-10-02 04:32:49
MongoEngine/mongoengine最新发布版本:v0.29.1(2024-09-19 16:33:36)
- 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 theGridFSProxy
class #1632 - Fixed
BaseQuerySet._fields_to_db_fields
#1553