Groups
Conversations
All groups and messages
Send feedback to Google
Help
Training
Sign in
Groups
MongoEngine Users
Conversations
About
Groups keyboard shortcuts have been updated
Dismiss
See shortcuts
MongoEngine Users
1–30 of 852
Welcome to MongoEngine user group.
www.mongoengine.org
Looking for Contributors and Maintainers!
Mark all as read
Report group
0 selected
Victor Avramoiu
8/5/24
Instance bound to collection instead of top level document
Hi, I have the following scenario: I collect data from multiple sources. The data has the same format
unread,
Instance bound to collection instead of top level document
Hi, I have the following scenario: I collect data from multiple sources. The data has the same format
8/5/24
gaurav singhal
6/28/24
Working of mongo strict mode param in canary deployments
We are using mongo in our python application. In our mongo models, we are using the param strict as
unread,
Working of mongo strict mode param in canary deployments
We are using mongo in our python application. In our mongo models, we are using the param strict as
6/28/24
Vishnu Jayan
2/1/24
Mongoengine to_python() is not working as expected
I am new to MongoDb and Python. I would like to work Field level Encryption. In order to understand
unread,
Mongoengine to_python() is not working as expected
I am new to MongoDb and Python. I would like to work Field level Encryption. In order to understand
2/1/24
Emmanuel Steve
1/8/24
Document not working well with Fastapi & Pydantic
I am trying to integrate Mongoengine ORM with Fastapi but am experiencing an issue when trying to
unread,
Document not working well with Fastapi & Pydantic
I am trying to integrate Mongoengine ORM with Fastapi but am experiencing an issue when trying to
1/8/24
Fillippe Chiniara
4/3/23
Serialize DateTimeField as formated string
Hey all. I am working with some EmbeddedDocuments that have DateTimeFields in them. The thing is:
unread,
Serialize DateTimeField as formated string
Hey all. I am working with some EmbeddedDocuments that have DateTimeFields in them. The thing is:
4/3/23
Eduardo Rios Corlay
3/9/23
Date inside object in mongo db does not work with DictField
Hello, I have been trying to find a way to make this work, the problem is my mongodb object has a
unread,
Date inside object in mongo db does not work with DictField
Hello, I have been trying to find a way to make this work, the problem is my mongodb object has a
3/9/23
Sam Mahdad
3/9/23
Adding hint to sum aggregations
Hello, When calling .sum() the hint is not passed over to the aggregate function even though the
unread,
Adding hint to sum aggregations
Hello, When calling .sum() the hint is not passed over to the aggregate function even though the
3/9/23
Paulo Bentes
2/26/23
The application with mongoengine don't run
When I am trying create and run a container the terminal returns this erros message: AttributeError:
unread,
The application with mongoengine don't run
When I am trying create and run a container the terminal returns this erros message: AttributeError:
2/26/23
richardhenry
,
Luca Chironna
2
12/29/22
Is there a way to reference the "parent" document of an EmbeddedDocument within the EmbeddedDocument?
Hi, have you found a solution? I'm interested too in finding a solution to get the parent
unread,
Is there a way to reference the "parent" document of an EmbeddedDocument within the EmbeddedDocument?
Hi, have you found a solution? I'm interested too in finding a solution to get the parent
12/29/22
pythoon r
10/26/22
i cant connect mongoengine to django..i got error bellow
Traceback (most recent call last): File "/home/administrator/anaconda3/envs/dj1/lib/python3.8/
unread,
i cant connect mongoengine to django..i got error bellow
Traceback (most recent call last): File "/home/administrator/anaconda3/envs/dj1/lib/python3.8/
10/26/22
John Smith
8/11/22
Creating Document from JSON
I've got some JSON that uses Camel Case naming for fields which comes from a library. I
unread,
Creating Document from JSON
I've got some JSON that uses Camel Case naming for fields which comes from a library. I
8/11/22
Burhan GÖKSEL
, …
Clara Daia
5
7/27/22
ListField
Thanks for support. The problem was in the query I sent :). On 27 Jul 2022 Wed at 20:28 Clara Daia
unread,
ListField
Thanks for support. The problem was in the query I sent :). On 27 Jul 2022 Wed at 20:28 Clara Daia
7/27/22
Burhan GÖKSEL
,
Clara Daia
2
7/26/22
How should the model design be?
Hi Burhan, Can you show the code you are running with the mutation and the error message? By the way,
unread,
How should the model design be?
Hi Burhan, Can you show the code you are running with the mutation and the error message? By the way,
7/26/22
Xennex
6/25/22
Caching issue
Hi all! I can't figure out if mongoengine uses caching when making requests. I ran some simple
unread,
Caching issue
Hi all! I can't figure out if mongoengine uses caching when making requests. I ran some simple
6/25/22
Charles Desbiens
6/24/22
Make tz_aware=True the default?
Hi, I just want to gauge how people feel about the idea of changing the default value for the connect
unread,
Make tz_aware=True the default?
Hi, I just want to gauge how people feel about the idea of changing the default value for the connect
6/24/22
Daniel Bernstein
5/11/22
Embedded document as primary key and bulk insert fails
Has anyone seen this before? Is there a way to work around this? I'm using an embedded document
unread,
Embedded document as primary key and bulk insert fails
Has anyone seen this before? Is there a way to work around this? I'm using an embedded document
5/11/22
Hans im
2
3/26/22
Modifying multiple documents with multiple fields
Formatting went awkward. Sorry from flask_mongoengine import MongoEngine class CrawlData(db.Document)
unread,
Modifying multiple documents with multiple fields
Formatting went awkward. Sorry from flask_mongoengine import MongoEngine class CrawlData(db.Document)
3/26/22
Daniel Bernstein
2
3/15/22
Creating/updating record conditionally?
In case anyone else is trying to do something similar, I've found the following works. DocA.
unread,
Creating/updating record conditionally?
In case anyone else is trying to do something similar, I've found the following works. DocA.
3/15/22
Erik Williamson
,
Bastien Gérard
2
3/7/22
Here to help with MongoEngine
Hi Erik, Please email me at bast.gerard[at]gmail.com to start the discussion. Maintenance of the lib
unread,
Here to help with MongoEngine
Hi Erik, Please email me at bast.gerard[at]gmail.com to start the discussion. Maintenance of the lib
3/7/22
Alex Ge
2/21/22
Maximum recursion exception when using `reload`
Hello, I'm using MongoEngine extensively in my project. One of the classes is an API handler that
unread,
Maximum recursion exception when using `reload`
Hello, I'm using MongoEngine extensively in my project. One of the classes is an API handler that
2/21/22
Erik Williamson
2/10/22
MongoEngine and FastAPI: sessions via dependency injection?
Hi All, I'm working on a new project that uses MongoEngine with FastAPI. There's not much
unread,
MongoEngine and FastAPI: sessions via dependency injection?
Hi All, I'm working on a new project that uses MongoEngine with FastAPI. There's not much
2/10/22
Jaymin Patel
1/27/22
GenericReferenceField doesn't validate choices on upsert
Hello, I am trying to use the GenericReferenceField with the given choices of reference models and
unread,
GenericReferenceField doesn't validate choices on upsert
Hello, I am trying to use the GenericReferenceField with the given choices of reference models and
1/27/22
Mike Scornavacca
1/6/22
Projection operators `only` and `exclude` don't appear to be actually limiting the amount of data requested.
Hello, This may be my poor understanding of MongoEngine, but it appears that `only` and `exclude`
unread,
Projection operators `only` and `exclude` don't appear to be actually limiting the amount of data requested.
Hello, This may be my poor understanding of MongoEngine, but it appears that `only` and `exclude`
1/6/22
Rohan Devaki
,
Clara Daia
2
1/5/22
how to update a document in mongodb every 24 hours?
I imagine you need another job for that. Cron can make a script run every 24 hours, or you can use
unread,
how to update a document in mongodb every 24 hours?
I imagine you need another job for that. Cron can make a script run every 24 hours, or you can use
1/5/22
Willy Arnold
,
Jan Schrewe
2
11/30/21
how to make the meta dictionary dynamic?
Meta classes? That's what I'd look into anyhow https://towardsdatascience.com/metaclasses-
unread,
how to make the meta dictionary dynamic?
Meta classes? That's what I'd look into anyhow https://towardsdatascience.com/metaclasses-
11/30/21
victor fienkelstein
6/20/21
Merge two collections documents into one new collection.
Hey folks, Can anyone please tell me how to merge two different collection documents into one new
unread,
Merge two collections documents into one new collection.
Hey folks, Can anyone please tell me how to merge two different collection documents into one new
6/20/21
victor fienkelstein
,
Paulo Cauca
3
6/20/21
Get newly added document first from collections.
Thanks... On Friday, June 18, 2021 at 5:59:00 PM UTC+5:30 paulo...@gmail.com wrote: Hey Victor , Try
unread,
Get newly added document first from collections.
Thanks... On Friday, June 18, 2021 at 5:59:00 PM UTC+5:30 paulo...@gmail.com wrote: Hey Victor , Try
6/20/21
Shubham Kaushik
5/31/21
Connecting mongodb atlas through mongoengine in django after hosting on EC2 apache2
Hi Team, I am trying to host django project on EC2 usnig apache2 which is using mongodb atlas as
unread,
Connecting mongodb atlas through mongoengine in django after hosting on EC2 apache2
Hi Team, I am trying to host django project on EC2 usnig apache2 which is using mongodb atlas as
5/31/21
Vincent Le Goff
4/30/21
ID mappers
Hi everyone, I just found out about this great project. I'm working on a small game engine, but
unread,
ID mappers
Hi everyone, I just found out about this great project. I'm working on a small game engine, but
4/30/21
Sandipan Dutta
2/27/21
SSL Support for Flask-Mongoengine
Hi, I am wondering if Flask-Mongoengine supports ssl connection and certs in the "mongodb-
unread,
SSL Support for Flask-Mongoengine
Hi, I am wondering if Flask-Mongoengine supports ssl connection and certs in the "mongodb-
2/27/21