eve-mongoengine icon indicating copy to clipboard operation
eve-mongoengine copied to clipboard

An Eve extension for MongoEngine ODM support

Results 10 eve-mongoengine issues
Sort by recently updated
recently updated
newest added

I updated the requirements to a more modern mongoengine version (and consequently also eve release can be higher). Tests have been performed and they successfully pass.

Hi all, I was wondering whether there is any ideas of developing the project. Indeed, the requirements.txt date back to a

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...

Its impossible for me to create document based on Eve Mongoengine. Because .save() is checking for existing fields and not _etag and _deleted. If I want to have thoses two...

The Eve-Swagger is a python library used to create swagger doc: https://github.com/pyeve/eve-swagger I had eve and eve-swagger working together fine. After I tried to install Eve-Mongoengine in my virtualenv, the...

Typo fix: primery -> primary

As per [their blog post of the 27th April](https://blog.readthedocs.com/securing-subdomains/) ‘Securing subdomains’: > Starting today, Read the Docs will start hosting projects from subdomains on the domain readthedocs.io, instead of on...

Hi, Is it possible to implement ListField with EmbeddedField? Something: ``` python stars = ListField(EmbeddedDocumentField(StarsModel)) ``` where... ``` python class StarsModel(EmbeddedDocument): score = db.IntField(default=0) voter = db.ReferenceField(User) ``` How to...

The connection assumes a single host and does not accommodate the possibility of a replica set. The easiest fix would be to allow for the use of a MONGO_URI when...

**Or, if you are setting up your data before Eve is initialized, as is the case with application factories:** http://eve-mongoengine.readthedocs.org/en/latest/