Hey everyone. So my app has a model field for price that was originally a charfield. When I added a sort by price option on the site the prices would come up in string order instead of numerical. Ex: for high to low an item that cost 9.99 is higher than an item priced at 84.99.
I changed the model field to decimal field and it seemed to have solved the issue locally. I pushed the app to Heroku and now the issue has popped up again. In trying to dig for an answer I’ve read that Psycopg can do that but I’m at a loss at where to go/what to look for to troubleshoot. Any ideas?