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

Flask-Admin wrongfully reported as python 3.11 compatible #2343

Closed
lachaib opened this issue Feb 24, 2023 · 0 comments · Fixed by #2397
Closed

Flask-Admin wrongfully reported as python 3.11 compatible #2343

lachaib opened this issue Feb 24, 2023 · 0 comments · Fixed by #2397
Assignees
Labels

Comments

@lachaib
Copy link

lachaib commented Feb 24, 2023

Hello,

After migration to Python 3.11, we encountered a bug because it still uses inspect.getargspec for a fallback behaviour on filters in https://github.com/flask-admin/flask-admin/blob/master/flask_admin/contrib/sqla/view.py (and maybe elsewhere), while is has been removed.

As a workaround we've upgraded our filters to support the alias parameter, but still this is something that needs to be fixed from this repository, given that pypi documents it as compatible with Python 3.11.

Would it be possible to update the code?
I may contribute if you'd need help.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Development

Successfully merging a pull request may close this issue.

2 participants