bhch / tornadmin

Admin site for Tornado web server
https://tornadmin.rtfd.io
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

ImportError Q #34

Open G-shaft opened 1 year ago

G-shaft commented 1 year ago

tornadmin/backends/forms.py: _from tortoise.queryutils import Q

The Q class is currently in tortoise.expressions

bhch commented 1 year ago

Yes, that happens with the new tortoise-orm versions.

For the time being, you can install an older version: pip install tortoise-orm==0.17.3 and this issue will be go away.

I'll fix this issue soon.