-
Notifications
You must be signed in to change notification settings - Fork 11
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
ValueError: too many values to unpack #30
Comments
Flask-Diamond 0.5.2rc6 Do I need to install an older version to get this working? |
Hmmm... The root cause is that the example application extends the default model.User by adding a "name" field, but the CRUD interface hadn't been updated to reflect this. I thought I fixed this by Flask-Diamond 0.5.2rc6. I'll take another look. |
@iandennismiller Are you sure that's the root cause here (sounds more like you're talking about #23). @msteidley didn't give a stack trace, but to me it sounds like they hit pallets-eco/flask-admin#1588 which is a bug in flask-admin that makes it fail with recent versions of sqlalchemy. Steps to reproduce:
Actual results:
Workaround:
|
Getting this error when:
following installation instructions,
scaffolding a new flask-diamond application,
logging in as [email protected]
and trying to edit a user:
ValueError: too many values to unpack
The text was updated successfully, but these errors were encountered: