ibmdb / python-ibmdb-django

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

pybase: drop unused imports for Django >= 2.2 #88

Closed 0x2ec closed 1 year ago

0x2ec commented 1 year ago

Neither force_bytes or force_text are used. Initially I was going to replace force_text with force_str for Django 4 support (force_text was removed), but realised that neither of those functions are referenced anywhere.

Tested with Django 4.0.

Replaces #81