coderholic / django-cities

Countries and cities of the world for Django projects
MIT License
913 stars 377 forks source link

force_txt is deprecated after Django 3. #231

Closed izzetaltinel closed 1 year ago

izzetaltinel commented 1 year ago

For django 4 : ImportError: cannot import name 'force_text' from 'django.utils.encoding' use forsce_str instead.

Checklist

Steps to reproduce

Expected behavior

Actual behavior