-
Hello team,
First of, thank you very much for flask-admin.
As already mentioned, in [this ticket](https://github.com/pallets-eco/flask-admin/issues/2402#issuecomment-2275319280), my tool heavily d…
-
Trying to upgrade from `mongoengine==0.10.5` to `mongoengine==0.24.2`. I get the following issue in one of the tests.
# Traceback:
> File "/usr/local/lib/python3.6/dist-packages/mongoengine/…
-
Since the repo was transferred to [MongoEngine/marshmallow-mongoengine](https://github.com/MongoEngine/marshmallow-mongoengine), no "issues" tracker was created there.
I suppose issues should be tr…
-
Since starting use of it within the project, the featureset and performance have gone downhill. It's better we replace this with something of our own. More detailed information about why things have g…
-
Many thanks :)
rozza updated
12 years ago
-
Is it possible to use this library to test mongoengine?
Here is a preliminary test:
```python
def test_something(mongodb: Database):
print(f"type(mongodb.user)\t->\t{type(mongodb.user)}")
…
-
Hi,
More than a bug, this may be a new feature request. But please continue to read further and provide your guidance on how I can resolve it.
My model (a very lean and simplified version of wha…
-
Less IOLoop blocking?
https://github.com/heynemann/motorengine
... or could just make sure all mongoengine operations are done on a thread
-
Some embedded document structures trip up delta tracking and cause saves to fail. For example, take the following script:
```
import mongoengine
class EmbeddedDoc(mongoengine.EmbeddedDocument):…
-
Hi @wyounas - this looks both useful and interesting, thanks for releasing it.
I was just looking over the code and wondered why **mongoengine** is in requirements.txt - I may be missing something …