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

Fix peewee issues with pyright when updating a CharField and then saving it #200

Open
benoit74 opened this issue Aug 18, 2023 · 0 comments
Milestone

Comments

@benoit74
Copy link
Collaborator

When updating an ORM object (e.g. book.html_etag = etag), #191 had to add # type: ignore hint because pyright was complaining that a str cannot be used to set a CharField

This is clearly a peewee issue, maybe linked to the fact that we are using an old version.

To be fixed / reported upstream if not already fixed.

@benoit74 benoit74 added this to the 2.2.0 milestone Aug 18, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant