django-mongoengine
django-mongoengine copied to clipboard
django mongoengine integration
I have a use case where I need to return empty query set. I used MyModel.objects.none() query. But, the resulting queryset doesnt give proper result for functions like .sum() For...
I came across a strange issue; sorting on id field with '-' is not working and does not return anything where as without '-' is working fine. This does not...
Not sure if this helps but, I've made a simple [django-mongoengine](https://github.com/foxx/django-mongoengine) which can support handling Mongoengine connections via the Django connection manager, and adds setup/teardown unit test support when using...
See: http://stackoverflow.com/questions/14621235/django-mongodbforms-keyerror-metacascade
Not sure that the method used to check if a form has been deleted is right in [this file](https://github.com/MongoEngine/django-mongoengine/blob/dev/django_mongoengine/forms/documents.py#L537). Django formset use the following test: ``` if form in formset.deleted_forms...
see: hmarr/mongoengine#493
see: hmarr/mongoengine#502
Bumps [django](https://github.com/django/django) from 4.2.10 to 4.2.11. Commits 61a986f [4.2.x] Bumped version for 4.2.11 release. 3c9a277 [4.2.x] Fixed CVE-2024-27351 -- Prevented potential ReDoS in Truncator.words(). 7973951 [4.2.x] Added release date for...
Bumps [jinja2](https://github.com/pallets/jinja) from 3.1.2 to 3.1.3. Release notes Sourced from jinja2's releases. 3.1.3 This is a fix release for the 3.1.x feature branch. Fix for GHSA-h5c8-rqwp-cp95. You are affected if...
Bumps [pymongo](https://github.com/mongodb/mongo-python-driver) from 4.6.2 to 4.6.3. Changelog Sourced from pymongo's changelog. Changelog Changes in Version 4.7 PyMongo 4.7 brings a number of improvements including: Added the :class:pymongo.hello.Hello.connection_id, :attr:pymongo.monitoring.CommandStartedEvent.server_connection_id, :attr:pymongo.monitoring.CommandSucceededEvent.server_connection_id, and...