-
I need to install a repo from github in pip, however it keeps complaining git not installed
Below is my requirements.txt, error message and git action set up. Any help appreciated.
```
step…
-
Currently there is no support for [EnumField](https://github.com/MongoEngine/marshmallow-mongoengine/issues) that is mentioned in MongoEngine docs.
For now attempting to use this field like this ra…
-
**Describe the bug**
After returning to a page with configured Filter parameters, records are not filtered until the parameters are changed again.
**To Reproduce**
1. Go to the demo site, to the …
-
**Describe the bug**
ID pk gives JSON serialization error when excluded from the list
```bash
File "D:\Documents\Code\Python\starlette-admin\.venv\Lib\site-packages\starlette\responses.py", line …
-
Working recently with a bunch of large workflows and seeing the `st2api` service using 100% CPU.
I turned on a wsgi profiler (https://medium.com/@maxmaxmaxmax/measuring-performance-of-python-based-…
-
There is ImageField missed, so it's just not displayed in admin interface.
oiwn updated
11 years ago
-
Hi,
As PyMongo supports the OrderedDict through SON objects (http://api.mongodb.org/python/current/api/bson/son.html?highlight=bson.son#bson.son.SON), is anyone thinking about the possibility to supp…
m-vdb updated
6 years ago
-
It's a feature request: is it possible to get the same boilerplate for Mongodb (Mongoengine) or some tutorial how to easily convert this app tp deal with mongoengine?
-
Hey, Ross Lawley, I'm using mongoengine and writing some code in my repo to compare the efficiency between pymongo and mongoengine in a million level documents. And It seems that pymongo has a better …
xjyjp updated
12 years ago
-
In the file "crits/core/crits_mongoengine.py", it tries to import the ValidationError class from "mongoengine.base". But the latest version of mongoengine does not have ValidationError in mongoengine.…