Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update library #9

Open
NamPNQ opened this issue Aug 14, 2014 · 1 comment
Open

Update library #9

NamPNQ opened this issue Aug 14, 2014 · 1 comment

Comments

@NamPNQ
Copy link

NamPNQ commented Aug 14, 2014

Please update library to lastest version

@spitzbubchen
Copy link

When upgrading I only had issues with sqlalchemy and flask-admin. Flask-admin is pretty straight forward to sort out, however, sqlalchemy is a bit more tricky. Basically, you have to replace db.Model = sqlalchemy.declarative_base(cls=sqlalchemy.Model, name="Model", mapper=sqlalchemy.signalling_mapper, metaclass=_AdminBoundDeclarativeMeta) with db.Model = sqlalchemy.declarative_base(cls=sqlalchemy.Model, name="Model", mapper=sqlalchemy.orm.mapper, metaclass=_AdminBoundDeclarativeMeta) in __init__.py.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants