django-tenant-schemas icon indicating copy to clipboard operation
django-tenant-schemas copied to clipboard

ImportError: cannot import name 'force_text' from 'django.utils.encoding'

Open mn-48 opened this issue 3 years ago • 3 comments
trafficstars

According to Django 4 documentation, "force_text" definition or class does not exists in 'django.utils.encoding'.

Django 4 documentation django.utils.encoding

# How to solve it? cannot import name 'force_text' from 'django.utils.encoding'

mn-48 avatar Dec 20 '21 05:12 mn-48

I have the same problem, somebody help

ImportError: cannot import name 'force_text' from 'django.utils.encoding'

junaooaks avatar Jan 02 '22 23:01 junaooaks

use django==3.2.9 version Django>=4.0 does not support this package

On Mon, Jan 3, 2022 at 5:50 AM junaooaks @.***> wrote:

I have the same problem, somebody help

ImportError: cannot import name 'force_text' from 'django.utils.encoding'

— Reply to this email directly, view it on GitHub https://github.com/bernardopires/django-tenant-schemas/issues/675#issuecomment-1003796986, or unsubscribe https://github.com/notifications/unsubscribe-auth/AHLJUQ2GQRYPAXD7JELCKVLUUDQEJANCNFSM5KMZ4Z7Q . You are receiving this because you authored the thread.Message ID: @.***>

mn-48 avatar Jan 03 '22 04:01 mn-48

When is this getting merged?

Johnny-Codes avatar May 29 '22 19:05 Johnny-Codes