============================ Django MongoDB Backend 6.0.x ============================ 6.0.1 ===== *Unreleased* New features ------------ - Support for some spatial lookups is added: ``contains``, ``disjoint``, ``distance_gt``, ``distance_gte``, ``distance_lt``, ``distance_lte``, ``dwithin``, ``intersects``, and ``within``. Bug fixes --------- - Prevented ``Index`` system checks from running twice. Performance improvements ------------------------ - Removed usage of ``$facet`` from aggregate queries. 6.0.0 ===== *December 11, 2025* Initial release from the state of :ref:`django-mongodb-backend 5.2.3 `. Regarding new features in Django 6.0, the :class:`django.db.models.StringAgg` function isn't supported. Backwards incompatible changes ------------------------------ - ``django_mongodb_backend.utils.parse_uri()`` is removed as per the :ref:`deprecation timeline `. - The minimum supported version of MongoDB is increased from 6.0 to 7.0.