-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Description
Hey I'm trying to use it with Django 2.1 and I get this:
\lib\site-packages\django_sorting_field\fields.py", line 4, in
from django.utils.text import force_text
ImportError: cannot import name 'force_text' from 'django.utils.text'
Needs to be changed to:
from django.utils.encoding import force_text
evanfitzking
Metadata
Metadata
Assignees
Labels
No labels