Closed Will-prog26 closed 1 year ago
ImportError: cannot import name 'ugettext_lazy' from 'django.utils.translation' Import error 'force_text' from 'django.utils.encoding'
ImportError: cannot import name 'ugettext_lazy' from 'django.utils.translation'
Import error 'force_text' from 'django.utils.encoding'
These problems occured by changing version of Django to 4.1.2, because these imports are differents.
Let's fix it and create a pull request. What do you think?
Released in 0.4.0.
ImportError: cannot import name 'ugettext_lazy' from 'django.utils.translation'
Import error 'force_text' from 'django.utils.encoding'
These problems occured by changing version of Django to 4.1.2, because these imports are differents.