heynemann / motorengine

Motorengine is a port of MongoEngine for Tornado.
http://motorengine.readthedocs.org
204 stars 67 forks source link

`return_future` was deleted in tornado v6.0.0 #134

Open sasaujp opened 5 years ago

sasaujp commented 5 years ago

release notes: https://www.tornadoweb.org/en/stable/releases/v6.0.0.html

tornado.concurrent.return_future was Deplicated → https://www.tornadoweb.org/en/branch5.1/concurrent.html#tornado.concurrent.return_future

return_future is used in the following places. https://github.com/heynemann/motorengine/search?q=return_future&unscoped_q=return_future

We need to fix the version of tornado to 5.1.1 or improve motorengine.

sripathivenky commented 5 years ago

@heynemann Any update.

liviaerxin commented 4 years ago

I am adapting motorengine into tornado 6.1 in python 3.5+. The callable asyncio style in @heynemann motorengine is depricated in my version and it's comfortable to use the async/await style, so it will not support python 3.5--.

sripathivenky commented 4 years ago

Umongo is an excellent alternative.

Sent from my iPhone

On Oct 26, 2019, at 3:40 AM, SIYAO CHEN notifications@github.com wrote:

 I am adapting motorengine into tornado 6.1 in python 3.5+. The callable asyncio style in @heynemann motorengine is depricated in my version and it's comfortable to use the async/await style, so it will not support python 3.5--.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub, or unsubscribe.