Merge branch 'master' of github.com:mongodb/mongo-python-driver

This commit is contained in:
Steven Silvester 2025-07-14 10:16:18 -05:00
commit d6b386585d
No known key found for this signature in database
GPG Key ID: B1BF5EC3A8B32F91

View File

@ -781,7 +781,7 @@ class IndexModel:
Added the ``partialFilterExpression`` option to support partial
indexes.
.. _wildcard index: https://mongodb.com/docs/master/core/index-wildcard/
.. _wildcard index: https://dochub.mongodb.org/core/index-wildcard/
"""
keys = _index_list(keys)
if kwargs.get("name") is None: