Use a data type other than ObjectId for the _id property
13 views
Skip to first unread message
Mark Dellacca
unread,
Mar 5, 2022, 11:55:13 AM3/5/22
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to djongo
I have an existing Django database configured with a convention that uses a string for the _id instead of an ObjectId - it's quite literally just the string version of the value.
Is there any way to configure Djongo to behave in this same manner? It's a blocker for my team and I if there is not.