Skip to content

this change is made because term with recent peewee update is broken …#581

Open
MImran2002 wants to merge 1 commit into
developmentfrom
termManagement
Open

this change is made because term with recent peewee update is broken …#581
MImran2002 wants to merge 1 commit into
developmentfrom
termManagement

Conversation

@MImran2002

Copy link
Copy Markdown
Contributor

After the recent peewee update the termmanagment.py is broken because peewee is not flexible with data type anymore when it comes to parameter it only accept strings.
Documentation: https://docs.peewee-orm.com/en/latest/peewee/query_operators.html

Fixed: added str() to convert termYear into string for the contains() to work,

…as contains only now look into string as by this:.contains(substr) Wild-card search for substring.
@MImran2002 MImran2002 self-assigned this Jun 8, 2026
@MImran2002 MImran2002 requested a review from BrianRamsay June 8, 2026 16:15
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

Successfully merging this pull request may close these issues.

1 participant