-
As I've been learning how to use the library and googling questions on how to use different commands, I've come across 3 different URLs for the documentation site. Perhaps they all actually point to t…
-
get_mongo_db("experiment", DBConnFactory.TYPE_MONGOENGINE) fails.
The test command throws errors::
```
cm> group list
Failed to connect to MongoEngine DB:
experiment
CM /cloudmesh-2.3.0-py2.7.eg…
-
Hi :)
It's more of a question rather an issue. I have seen that you are using `pymongo` in order to establish the connection with mongodb. Then in a nameko service it should instantiated and will b…
-
Actual behavior:
Invalid object ID in the Screenshot id field of the Add Screenshot dialog results in Error uploading file.
Expected behavior:
Invalid screenshot ID.
Traceback:
File "/usr/local/lib/p…
-
#### Description
*mongoengine test in factory_boy tries to connect to mongo*
I was running into some issues mocking out mongo objects with factory boy. In order to narrow down where the issue is,…
-
I am getting this exception with a simple code. It breaks the `/person` endpoint and all of other endpoints I receive a 404 error.
![screen shot 2015-09-14 at 5 22 28 pm](https://cloud.githubusercont…
-
If I have opened two browser windows of same document with flask admin (mongoengine)
window # 1 and window # 2
when I have updated anything in window # 1 and then incorrectly updated window # 2 fl…
-
Hi, it was working a week ago but now is broken.
I defined: https://github.com/rochacbruno/quokka/blob/master/quokka/modules/posts/admin.py#L35
``` python
fields_order = ['title', 'slug', 'channel'…
-
Support Dynamic documents that are compatible with MongoEngine.
For more info on Dynamic Documents: http://docs.mongoengine.org/en/latest/guide/defining-documents.html#dynamic-document-schemas
Tests…
-
I write above code for using EnumField. but it raise `ModuleNotFoundError: No module named 'fields'`
```python
from extras_mongoengine.fields import IntEnuField
from mongoengine import *
from enum…