Fixes Ticket #121 ScopedSession has been moved from sqlalchemy.orm to sqlalchemy.orm.scoping
4 views
Skip to first unread message
Parth Panchal
unread,
Dec 25, 2014, 7:47:15 AM12/25/14
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to sqle...@googlegroups.com
I stumbled upon an app which uses Elixir 0.7 but faced an `Import Error` because `ScopedSession` has been moved from `sqlalchemy.orm` to `sqlalchemy.orm.scoping`. Now the app works fine so it would be nice if developers could apply the attached patch and update elixir's pypi.