Skip to content

Conversation

@bagerard
Copy link
Collaborator

@bagerard bagerard commented Sep 3, 2024

  • Further to the deprecation warning, remove ability to use an unpacked list to Queryset.aggregate(*pipeline), a plain list must be provided instead Queryset.aggregate(pipeline), as it's closer to pymongo interface
  • Further to the deprecation warning, remove full_response from QuerySet.modify as it wasn't supported with Pymongo 3+
  • Fixed stacklevel of many warnings (to point places emitting the warning more accurately)
  • optimize some bulk inserts in the tests (saved 10 seconds 🎉 )

@bagerard bagerard merged commit fd9955c into MongoEngine:master Sep 25, 2024
20 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant