You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
When updating an ORM object (e.g.
book.html_etag = etag
), #191 had to add# type: ignore
hint because pyright was complaining that astr
cannot be used to set aCharField
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.
The text was updated successfully, but these errors were encountered: