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, andwithin.
Bug fixes¶
Prevented
Indexsystem checks from running twice.
Performance improvements¶
Removed usage of
$facetfrom aggregate queries.
6.0.0¶
December 11, 2025
Initial release from the state of django-mongodb-backend 5.2.3.
Regarding new features in Django 6.0, the django.db.models.StringAgg
function isn’t supported.
Backwards incompatible changes¶
django_mongodb_backend.utils.parse_uri()is removed as per the deprecation timeline.The minimum supported version of MongoDB is increased from 6.0 to 7.0.