Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | test_mongoengine: fix typo | Raphaël Barrois | 2015-04-12 |
| | |||
* | mongoengine: allow tuning the server timeout. | Raphaël Barrois | 2015-04-12 |
| | | | | So that it doesn't fail on ci... | ||
* | Fix tests with latest pymongo/mongoengine. | Raphaël Barrois | 2015-04-12 |
| | | | | | | | mongoengine>=0.9.0 and pymongo>=2.1 require extra parameters: - The server connection timeout was set too high - We have to define a ``read_preference``. | ||
* | Rename 'target' to 'model'. | Raphaël Barrois | 2014-05-18 |
| | |||
* | Switch tests to class Meta. | Raphaël Barrois | 2014-05-18 |
| | |||
* | Added SubFactory support for MongoEngine's EmbeddedDocument | Ivan Miric | 2013-12-25 |
| | |||
* | Fix mongoengine connection. | Raphaël Barrois | 2013-09-14 |
| | |||
* | Use temporary mongo databases for tests. | Raphaël Barrois | 2013-09-14 |
| | |||
* | Adding factory support for mongoengine (Closes #89). | Jonathan Tushman | 2013-09-13 |