MongoEngine指定ID
我无法让 MongoEngine 接受特定 ID。看起来绝对决定使用(并且只使用)ObjectId
。在这种情况下,我完全能够生成自己的 ID,谢谢。
如何让 MongoEngine 发挥出色?
I'm having trouble getting MongoEngine to accept specific IDs. It seems absolutely determined to use (and only use) ObjectId
s. I'm more than able to generate my own IDs in this instance, thanks.
How can I get MongoEngine to play nice?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我设法通过在类中添加以下内容来解决这个问题:
不确定这是否是“正确”的做事方式,所以我暂时不回答这个问题。
I managed to solve this by adding the following to the class:
Not sure if this is the "proper" way of doing things, so ill leave this unanswered for a bit.