django-mongodb-engine v0.4 Release Notes

Release Date: 2011-05-04 // almost 13 years ago
    • :doc:GridFS storage backend </topics/gridfs>
    • Fulltext search
    • ๐ŸŒฒ Query logging support
    • ๐Ÿ‘Œ Support for sparse indexes (see :doc:/reference/model-options)
    • ๐Ÿšš Database settings specific to MongoDB were moved into the OPTIONS dict. (see :doc:/reference/settings) Furthermore, the SAFE_INSERTS and WAIT_FOR_SLAVES flags are now deprecated in favor of the new OPERATIONS setting (see :ref:operations-setting)
    • โž• Added the :ref:tellsiteid command <troubleshooting/SITE_ID>
    • Defined a stable :ref:lower-level database API <lowerlevel/pymongo>
    • โœ… Numerous bug fixes, new tests, code improvements and deprecations