ibmdb / python-ibmdb-django

IBM DB2 Driver for the Django application Framework
Apache License 2.0
29 stars 42 forks source link

force_text function has been removed from django version 4 and above #75

Closed kranthi610 closed 2 years ago

kranthi610 commented 2 years ago

Hello IBM team, force_text function has been removed from django version >= 4.0. python_ibmdb_django package is still referencing to this force_text function in pybase.py module

https://github.com/ibmdb/python-ibmdb-django/blob/master/ibm_db_django/pybase.py#L46

Django encoding module: https://github.com/django/django/blob/stable/4.0.x/django/utils/encoding.py

praveen-db2 commented 2 years ago

@kranthi610 our python_ibmdb_django adapter supports upto django version 3.2. We have not yet released support for django 4.