hacktoolkit / django-htk

A set of apps, utilities, middlewares, etc for Django
MIT License
140 stars 46 forks source link

feat: ✨ Add bytes decode guard to `seo_tokenize` #413

Closed goztrk closed 11 months ago

goztrk commented 11 months ago

Status

READY

Description

Some functions are sending bytes to this function. Instead of trying to fix all possible places, added a guard to the seo_tokenize object.