Groups
Conversations
All groups and messages
Send feedback to Google
Help
Sign in
Groups
MongoEngine Users
Conversations
About
MongoEngine Users
1–30 of 840
Welcome to MongoEngine user group.
www.mongoengine.org
Looking for Contributors and Maintainers!
Mark all as read
Report abusive group
0 selected
Xennex
Jun 25
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
Jun 25
Charles Desbiens
Jun 24
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
Jun 24
Daniel Bernstein
May 11
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
May 11
Hans im
2
Mar 26
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)
Mar 26
Daniel Bernstein
2
Mar 15
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.
Mar 15
Erik Williamson
,
Bastien Gérard
2
Mar 7
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
Mar 7
Alex Ge
Feb 21
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
Feb 21
Erik Williamson
Feb 10
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
Feb 10
Jaymin Patel
Jan 27
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
Jan 27
Mike Scornavacca
Jan 6
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`
Jan 6
Rohan Devaki
,
Clara Daia
2
Jan 5
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
Jan 5
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
Stephane Rainville
,
Priyansh Singh
2
2/20/21
Access super().objects
Yeah using query set manager is correct way to go On Sat, 20 Feb, 2021, 11:53 am Stephane Rainville,
unread,
Access super().objects
Yeah using query set manager is correct way to go On Sat, 20 Feb, 2021, 11:53 am Stephane Rainville,
2/20/21
Stephane Rainville
2/12/21
Multi-tennant approach ?
Is there a best practice within mongo-engine for multi tennant applications? Like Automatically
unread,
Multi-tennant approach ?
Is there a best practice within mongo-engine for multi tennant applications? Like Automatically
2/12/21
Abdulla Ansari
1/18/21
Argument to ReferenceField constructor must be a document class or a string
class ObjectSeen(Document): user = fields.LazyReferenceField('User', null=True, dbref=True)
unread,
Argument to ReferenceField constructor must be a document class or a string
class ObjectSeen(Document): user = fields.LazyReferenceField('User', null=True, dbref=True)
1/18/21
Rogerio Carrasqueira
1/8/21
Update many with limit
Hello Guys! I'm having a similar issue, I have a database with 17 MM of records, but I would like
unread,
Update many with limit
Hello Guys! I'm having a similar issue, I have a database with 17 MM of records, but I would like
1/8/21
Rogério Alexandre Machado Carrasqueira
,
Giri Annamalai M
3
1/8/21
A way to interact with huge databases more faster
Hey Giri, Thanks for you help! Actually I'm using the class Contact as a DynamicDocument, so must
unread,
A way to interact with huge databases more faster
Hey Giri, Thanks for you help! Actually I'm using the class Contact as a DynamicDocument, so must
1/8/21
Benoit Toulet
2
1/4/21
Tests fails
my pip freeze: appdirs==1.4.4 astroid==2.4.2 attrs==20.3.0 backcall==0.2.0 black==20.8b1 blinker==1.4
unread,
Tests fails
my pip freeze: appdirs==1.4.4 astroid==2.4.2 attrs==20.3.0 backcall==0.2.0 black==20.8b1 blinker==1.4
1/4/21
Priyansh Singh
11/1/20
Go through mongo engine
Hey everyone i am new to open source and want to contribute to mongo engine, for this first i want to
unread,
Go through mongo engine
Hey everyone i am new to open source and want to contribute to mongo engine, for this first i want to
11/1/20
Linda Hu
10/1/20
ReferenceField is not filled by from_json
Hello everybody! I just started working with MongoEngine. My project heavily relies on importing a
unread,
ReferenceField is not filled by from_json
Hello everybody! I just started working with MongoEngine. My project heavily relies on importing a
10/1/20
mohmmad
,
Isha Agarwal
2
10/1/20
django
Use mongoengine . Refer to mongoengine documentation On Thu, 1 Oct, 2020, 2:33 PM mohmmad, <mhgiv.
unread,
django
Use mongoengine . Refer to mongoengine documentation On Thu, 1 Oct, 2020, 2:33 PM mohmmad, <mhgiv.
10/1/20
Gabriel Blondeau
9/30/20
Field does not exist on the Document
Hello :) I'm strangling with the weird error. mongoEngine is raising: The fields "field
unread,
Field does not exist on the Document
Hello :) I'm strangling with the weird error. mongoEngine is raising: The fields "field
9/30/20
Andy
9/25/20
MongoDB Atlas Connection Issue
Hi there, I am having some issues connecting to my database on MongoDB. I am using mongoengine
unread,
MongoDB Atlas Connection Issue
Hi there, I am having some issues connecting to my database on MongoDB. I am using mongoengine
9/25/20
Clea Parcerisas
,
Medical Marijuana
2
8/26/20
File storage gridfs
Ok cool On Tue, 25 Aug 2020 at 15:25 Clea Parcerisas <cleaparcerisas@gmail.com> wrote: I am
unread,
File storage gridfs
Ok cool On Tue, 25 Aug 2020 at 15:25 Clea Parcerisas <cleaparcerisas@gmail.com> wrote: I am
8/26/20
Raviteja Athmakuri
,
Isha Agarwal
2
8/7/20
atomic update of record using mongoengine
have you solved this problem ?? On Saturday, 30 May 2020 at 11:54:31 UTC+5:30 raviteja....@eunimart.
unread,
atomic update of record using mongoengine
have you solved this problem ?? On Saturday, 30 May 2020 at 11:54:31 UTC+5:30 raviteja....@eunimart.
8/7/20