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

"Can not convert multiple-column properties" with composite column #44

Open
fordguo opened this issue Jul 26, 2018 · 1 comment
Open

Comments

@fordguo
Copy link

fordguo commented Jul 26, 2018

Use the sqlalchemy example:
start = composite(Point, x1, y1)
This will reproduce the warning
flask_admin/contrib/sqla/view.py:426: UserWarning: Can not convert multiple-column properties

@fordguo
Copy link
Author

fordguo commented Jul 26, 2018

But you can use the column_details_list to change the fields.

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

1 participant