Groups
Groups
Sign in
Groups
Groups
djongo
Conversations
Labels
About
Send feedback
Help
djongo
Contact owners and managers
1–30 of 173
Welcome to the Djongo Google group.
Djongo groups is where you can watch for new release announcements, suggest improvements, ask questions and discuss topics pertaining to Django and MongoDB.
Mark all as read
Report group
0 selected
Jumana Shaji
May 9
Django Login Database Error
user = authenticate(request, username=str_username, password=str_password) if user: login(request,
unread,
Django Login Database Error
user = authenticate(request, username=str_username, password=str_password) if user: login(request,
May 9
Francis Majisu
9/4/24
DJONGO COMPATIBILTY WITH DJANGO --V 5.1.1 AND SQLPARSE TO THE SAME DJANGO
CAN I GET HELPED WITH THIS PLEASE?
unread,
DJONGO COMPATIBILTY WITH DJANGO --V 5.1.1 AND SQLPARSE TO THE SAME DJANGO
CAN I GET HELPED WITH THIS PLEASE?
9/4/24
Mozenrath Zerksis
11/26/23
djongo database error
DatabaseError at /admin/admission/studentenroll/add/No exception message supplied
unread,
djongo database error
DatabaseError at /admin/admission/studentenroll/add/No exception message supplied
11/26/23
Badrul Alom
7/24/23
Will Djongo work with vector search on embeddings in Azure Cosmos DB for MongoDB vCore?
I want to use Djongo with CosmosDB and generally it ought to be compatible. But I was wondering if
unread,
Will Djongo work with vector search on embeddings in Azure Cosmos DB for MongoDB vCore?
I want to use Djongo with CosmosDB and generally it ought to be compatible. But I was wondering if
7/24/23
Luiz Mainart
3/10/23
Help with development
Hey guys, how are you doing today? My name is Luiz, and I'm a python developer, but not with a
unread,
Help with development
Hey guys, how are you doing today? My name is Luiz, and I'm a python developer, but not with a
3/10/23
Julian Steven Mojica
3/5/23
DatabaseError:
Hello Guys, I'm facing this error DatabaseError: herepython3.8/site-packages/djongo/cursor.py:59
unread,
DatabaseError:
Hello Guys, I'm facing this error DatabaseError: herepython3.8/site-packages/djongo/cursor.py:59
3/5/23
Marven Parmar
2/28/23
How to Solve:
djongo.exceptions.SQLDecodeError The image shows the error in detail.
unread,
How to Solve:
djongo.exceptions.SQLDecodeError The image shows the error in detail.
2/28/23
Gonçalo Marques
12/30/22
Change model fields
Hello i want to change my model fields and when i try to migrate i get the following error:
unread,
Change model fields
Hello i want to change my model fields and when i try to migrate i get the following error:
12/30/22
Arnold Samuel Chan
12/22/22
Can't register to DjongoCS
I'm interested in using Djongo. I found so many problem in the free version. I don't mind
unread,
Can't register to DjongoCS
I'm interested in using Djongo. I found so many problem in the free version. I don't mind
12/22/22
Fábio Barboza de Freitas
9/12/22
Djongo not migrating
when I try to migrate to mongodb, it takes the following error, can someone help? Applying
unread,
Djongo not migrating
when I try to migrate to mongodb, it takes the following error, can someone help? Applying
9/12/22
Juan David Vallejo Robayo
2
5/5/22
Django 3 ArrayReferenceField in Admin
models.py class Category(models.Model): _id = models.ObjectIdField( primary_key=True ) name= models.
unread,
Django 3 ArrayReferenceField in Admin
models.py class Category(models.Model): _id = models.ObjectIdField( primary_key=True ) name= models.
5/5/22
Sebastian Cheung
4/28/22
ImportError: cannot import name 'BulkWrite'
ImportError: cannot import name 'BulkWrite' from 'djongo' (/usr/local/lib/python3.9/
unread,
ImportError: cannot import name 'BulkWrite'
ImportError: cannot import name 'BulkWrite' from 'djongo' (/usr/local/lib/python3.9/
4/28/22
Selvaria
4/27/22
djongo can only connect to mongoDB once
I 'm new in djongo, I found that I can only connect to mongodb once each time I run the django
unread,
djongo can only connect to mongoDB once
I 'm new in djongo, I found that I can only connect to mongodb once each time I run the django
4/27/22
Sebastian Cheung
4/26/22
Version for BulkWrite
Which version is this implemented? Using 1.3.6 currently thanks
unread,
Version for BulkWrite
Which version is this implemented? Using 1.3.6 currently thanks
4/26/22
Naveen Singla
4/25/22
Append data on ArrayField
I have created an array of JSON using ArrayField. Everything works well with create() method. But now
unread,
Append data on ArrayField
I have created an array of JSON using ArrayField. Everything works well with create() method. But now
4/25/22
koutaku009
,
Devang Pipaliya
2
4/14/22
How to set up a replica set to djongo?
I'm also looking for this setup as I have a application setup where I Need to connect the Django
unread,
How to set up a replica set to djongo?
I'm also looking for this setup as I have a application setup where I Need to connect the Django
4/14/22
Esieboma Jeremiah
,
Yinon Bloch
3
3/27/22
'Negating IN/NOT IN not supported' in Djongo
Here is my work around: ids_to_ignore = Thread.objects.all().filter(status__icontains='sent')
unread,
'Negating IN/NOT IN not supported' in Djongo
Here is my work around: ids_to_ignore = Thread.objects.all().filter(status__icontains='sent')
3/27/22
Anthony Eshleman
,
Dirk Holzhüter
3
3/25/22
Retrieve from Gridfs storage
Finally managed to get it to work... This is how my views.py looks like: #for upload class FileView(
unread,
Retrieve from Gridfs storage
Finally managed to get it to work... This is how my views.py looks like: #for upload class FileView(
3/25/22
programacion webdecero
3/16/22
_id field is not working
I want to use the _id field of mongodb as primary key, but when I create an object it keeps adding
unread,
_id field is not working
I want to use the _id field of mongodb as primary key, but when I create an object it keeps adding
3/16/22
Purushottam Gupta
3/11/22
How to update particular value of arrayfield which consist of embeddedfield
hii there , Is it possible to update one partiicular value from array which contain multiple embedded
unread,
How to update particular value of arrayfield which consist of embeddedfield
hii there , Is it possible to update one partiicular value from array which contain multiple embedded
3/11/22
Mark Dellacca
3/5/22
Use a data type other than ObjectId for the _id property
I have an existing Django database configured with a convention that uses a string for the _id
unread,
Use a data type other than ObjectId for the _id property
I have an existing Django database configured with a convention that uses a string for the _id
3/5/22
yusuf
3/2/22
Connecting to a Mongo Atlas instance
When connecting to a single Atlas instance which is intended to store multiple databases for
unread,
Connecting to a Mongo Atlas instance
When connecting to a single Atlas instance which is intended to store multiple databases for
3/2/22
Ben Gamra Wiem
,
MDA Sheltox
2
2/16/22
Connecting to localhost
pip install pymongo==3.12.1 django==3.12.2 On Tue, Feb 15, 2022 at 4:04 PM Ben Gamra Wiem <
unread,
Connecting to localhost
pip install pymongo==3.12.1 django==3.12.2 On Tue, Feb 15, 2022 at 4:04 PM Ben Gamra Wiem <
2/16/22
jose kj
1/31/22
Field 'id' expected a number but got 'None'.
when i try to delete records shows this error. Field 'id' expected a number but got 'None
unread,
Field 'id' expected a number but got 'None'.
when i try to delete records shows this error. Field 'id' expected a number but got 'None
1/31/22
Company Hosue
12/27/21
Djongo is very slow
Hello there. I'm working with a big data (over 7 000 000 and more documents). I'm using
unread,
Djongo is very slow
Hello there. I'm working with a big data (over 7 000 000 and more documents). I'm using
12/27/21
David Meushar
2
11/16/21
Recieving type error while creating a new object
This is the traceback: return self.get_db_prep_value(value, connection=connection, prepared=False)
unread,
Recieving type error while creating a new object
This is the traceback: return self.get_db_prep_value(value, connection=connection, prepared=False)
11/16/21
spam spam
11/14/21
Is it possible to models.ArrayReferenceField(null=True,)?
i'm trying to use django + djongo to have some DB.. And i'm not sure if i'm doing it
unread,
Is it possible to models.ArrayReferenceField(null=True,)?
i'm trying to use django + djongo to have some DB.. And i'm not sure if i'm doing it
11/14/21
David Meushar
2
11/8/21
Recieving SQLDecodeError for djongo migration
Using latest version of djongo ב-יום שני, 8 בנובמבר 2021 בשעה 08:59:23 UTC+2, David Meushar כתב/ה:
unread,
Recieving SQLDecodeError for djongo migration
Using latest version of djongo ב-יום שני, 8 בנובמבר 2021 בשעה 08:59:23 UTC+2, David Meushar כתב/ה:
11/8/21
Discovery World
,
Debabrata Patnaik
2
11/5/21
Does it support Django 3 or later
I tried with django 3.2.6 and it works. There are few mapping issues but works nicely for almost all
unread,
Does it support Django 3 or later
I tried with django 3.2.6 and it works. There are few mapping issues but works nicely for almost all
11/5/21
Rashmi R
10/7/21
Unable to save embedded field data in django admin
https://stackoverflow.com/questions/69477185/unable-to-save-embedded-field-data-in-django-admin When
unread,
Unable to save embedded field data in django admin
https://stackoverflow.com/questions/69477185/unable-to-save-embedded-field-data-in-django-admin When
10/7/21