bernardopires / django-tenant-schemas

Tenant support for Django using PostgreSQL schemas.
https://django-tenant-schemas.readthedocs.org/en/latest/
MIT License
1.45k stars 425 forks source link

Support Django 4.0 by replacing the deprecated force_text with force_str #681

Closed roelvdboom closed 1 year ago

roelvdboom commented 2 years ago

Support Django 4.0 by replacing the deprecated force_text with force_str

Fixes issue #675

geclick commented 1 year ago

Hello, is this change available on any tag?, I'm using Django >= 4.0 and using Django 3 it is not an option for me

bernardopires commented 1 year ago

Hi, sorry for the very long delay, I've now bumped it to 1.12.0 on PyPi and GitHub, could you give it a try? Thanks!